home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- LharcUUCP.c
- */
-
- extern char * homesystem;
-
- extern char * spooldir;
-
- extern int processed_flag;
-
- extern int break_detected;
-
- int main(int , char ** );
-
- void PostArchive(char * , char * , char );
-
- void PackSpoolJobs(char * );
-
- void LharcJob(char * , char * , char );
-
- int IsValidJob(char * , char * , char );
-
- /* Prototypes for functions defined in
- SystemDep.c
- */
-
- extern struct NetSupportLibrary * NetSupportBase;
-
- int InitSystem(void);
-
- void FreeSystem(void);
-
- void __regargs _CXBRK(void);
-
- void sleep(int );
-
- /* Prototypes for functions defined in
- ScanDir.c
- */
-
- int InitDirScan(char * );
-
- char * ScanNextFile(void);
-
- void EndDirScan(void);
-
- /* Prototypes for functions defined in
- SupportRoutines.c
- */
-
- unsigned int GetSequence(unsigned int );
-
- char * SeqToName(unsigned int );
-
- char * TruncName(char * );
-
- int GoNextLine(struct __iobuf * );
-
- int IsPath(char * );
-
-