home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
dev
/
Misc
/
PetisTreasureBox
/
NewsSERV
/
protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-25
|
1KB
|
81 lines
/* Prototypes for functions defined in
delete.c
*/
int DeleteSysEntry(struct ListHead * , char * , char * );
/* Prototypes for functions defined in
parse.c
*/
struct ListHead * ParseSysFile(char * );
int AddEntry(struct ListHead * , char * );
int ParseLine(struct ListHead * , struct __iobuf * );
/* Prototypes for functions defined in
list.c
*/
int ListSysFile(struct ListHead * , char * , struct __iobuf * );
/* Prototypes for functions defined in
save.c
*/
int SaveSysFile(char * , struct ListHead * );
/* Prototypes for functions defined in
system.c
*/
extern struct NetSupportLibrary * NetSupportBase;
int InitSystem(void);
void FreeSystem(void);
void __stdargs LogError(char * , ...);
void __stdargs LogFatalError(char * , ...);
void __stdargs LogInfo(char * , ...);
struct __iobuf * popen(char * , char * );
int pclose(struct __iobuf * );
char * FindConfig(char * , char * );
/* Prototypes for functions defined in
rfc.c
*/
void ParseAddress(char * );
/* Prototypes for functions defined in
password.c
*/
int CheckPassword(char * , char * );
/* Prototypes for functions defined in
main.c
*/
extern struct __iobuf * fh;
long main(int , char ** );
void CleanUp(void);
struct __iobuf * SendMail(char * , char * , char * );
/* Prototypes for functions defined in
add.c
*/
int AddSysEntry(struct ListHead * , char * , char * );