File: comsat.h

package info (click to toggle)
procmail 3.22-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 972 kB
  • ctags: 1,308
  • sloc: ansic: 9,877; sh: 1,984; makefile: 139
file content (20 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Id: comsat.h,v 1.1 2001/06/21 11:59:26 guenther Exp $ */

#ifndef NO_COMSAT

void
 setlfcs P((const char*folder)),
 setlgcs P((const char*name)),
 sendcomsat P((const char*folder));
int
 setcomsat P((const char*chp));

#else

/* If no comsat support, then they all do nothing */
#define setlfcs(x)	0
#define setlgcs(x)	0
#define sendcomsat(x)	0
#define setcomsat(x)	0

#endif