home *** CD-ROM | disk | FTP | other *** search
-
- /* MACHINE GENERATED */
-
-
- /* getpwnam.c */
-
- Prototype struct passwd *getpwnam (const char *);
-
- /* sleep.c */
-
- Prototype void sleep (int);
-
- /* validuser.c */
-
- Prototype int ValidUser (const char *);
-
- /* lsys.c */
-
- Prototype int is_in_L_sys_file (const char *);
-
- /* stpchr.c */
-
- Prototype const char *stpchr (const char *, char);
-
- /* mntreq.c */
-
- Prototype void mountrequest (int);
-
- /* security.c */
-
- Prototype int SecurityDisallow (char *, int);
-
- /* log.c */
-
- Prototype void ulog (int, const char *, ...);
- Prototype void OpenLog (void);
- Prototype void CloseLog (void);
-
- /* lockfile.c */
-
- Prototype void LockFile (const char *);
- Prototype void UnLockFile (const char *);
- Prototype void UnLockFiles (void);
- Prototype int FileIsLocked (const char *);
-
- /* tmpfile.c */
-
- Prototype char *TmpFileName (const char *);
-
- /* seq.c */
-
- Prototype int GetSequence (int);
-
- /* getenv.c */
-
- Prototype char *gettmpenv (const char *);
- Prototype char *getenv (const char *);
-
- /* waitmsg.c */
-
- Prototype void WaitMsg (struct Message *);
-
- /* config.c */
-
- Prototype char *FindLocalVariable (const char *);
- Prototype char *FindConfig (const char *);
- Prototype char *GetConfig (const char *, char *);
- Prototype const char *GetConfigDir (const char *);
- Prototype char *GetConfigProgram (char *);
- Prototype char *MakeConfigPath (const char *, const char *);
- Prototype char *MakeConfigPathBuf (char *, const char *, const char *);
- Prototype FILE *openlib (const char *);
- Prototype FILE *openlib_write (const char *);
-
- /* alias.c */
-
- Prototype void LoadAliases (void);
- Prototype int UserAliasList (const char *, int (*)(const char *, struct List *, int), struct List *, int);
- Prototype int AliasExists (const char *);
-
- /* list_sort.c */
-
-
- /* strtokp.c */
-
- Prototype char *strtokp (char **, char *);
-
- /* stristr.c */
-
- Prototype char *stristr (const char *, const char *);
-
- /* expand_path.c */
-
- Prototype char *expand_path (const char *, const char *);
-
- /* isdir.c */
-
- Prototype int IsDir (const char *);
-
- /* getuser.c */
-
- Prototype char *GetUserName (void);
- Prototype char *GetRealName (void);
-
- /* uncomp.c */
-
- Prototype int uncompress_to_file(FILE *, char *);
- Prototype int uncompress_to_fp(FILE *, FILE *);
-
- /* header.c */
-
- Prototype int ScanHeader (const char *, const char *);
- Prototype char *GetHeader (const char *, const char *);
- Prototype char *DupHeader (const char *, const char *);
- Prototype char *ScanNext (void);
-
- /* date.c */
-
- Prototype char *atime (time_t *);
-
- /* comp.c */
-
- Prototype int compress_from_file(char *, FILE *, short);
- Prototype int compress_from_fp(FILE *, FILE *, short);
-
- /* namemunge.c */
-
- Prototype void mungecase_filename (char *, char *);
-
- /* safe_chdir.c */
-
- Prototype void restore_start_dir (void);
- Prototype int safe_chdir (const char *newpath);
-
- /* seqname.c */
-
- Prototype char *SeqToName (long);
-
- /* heirarchy.c */
-
- Prototype char *HandleHeirarchy (const char *, const char *, const int);
-
- /* unix_comp.c */
-
- Prototype int unix_compress_from_file(char *, FILE *, short);
- Prototype int unix_compress_from_fp(FILE *, FILE *, short);
- Prototype int unix_uncompress_to_file(FILE *, char *, short *);
- Prototype int unix_uncompress_to_fp(FILE *, FILE *, short *);
-
- /* uccompress.c */
-
- Prototype int initcomp(FILE *fi, FILE *fo, int bits, int logbits, int logerr);
- Prototype void deletecomp(void);
- Prototype int compress(FILE *fi, FILE *fo);
- Prototype int decompress(FILE *fi, FILE *fo, short *pbits);
-
- /* gethead.a */
-
- Prototype struct Node *GetHead (struct List *);
- Prototype struct Node *GetSucc (struct Node *);
-
- /* gettail.a */
-
- Prototype struct Node *GetTail (struct List *);
-
- /* getpred.a */
-
- Prototype struct Node *GetPred (struct Node *);
-