home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume26
/
feedpipe
/
part01
/
feedpipe.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1991-12-14
|
351 b
|
19 lines
/*
feedpipe.h
Written by D'Arcy J.M. Cain
header file for feedpipe
*/
typedef struct {
char *name; /* name of the pipe */
char *cmd; /* command to feed to pipe */
char *owner; /* file owner */
char *group; /* file group */
int mode; /* file mode */
} FP_CFG;
extern FP_CFG *fp_cfg;
extern char *progname;
extern int readcfg(FILE *fp);