
/* MACHINE GENERATED */


/* getpwnam.c           */

Prototype struct passwd *getpwnam(const char *);

/* serialport.c         */

Prototype void LockSerialPort(const char *, long);
Prototype void UnLockSerialPort(const char *, long);

/* setstdin.c           */

Prototype int SetStdin(int, 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 *);

/* mntreq.c             */

Prototype void mountrequest(int);

/* security.c           */

Prototype int SecurityDisallow(char *, int);
Prototype int SameLock(long, long);

/* log.c                */

Prototype void ulog(int, const char *, ...);

/* lockfile.c           */

Prototype void LockFile(const char *);
Prototype void UnLockFile(const char *);
Prototype void UnLockFiles(void);

/* 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 *);

/* config.c             */

Prototype char *FindConfig(const char *);
Prototype char *GetConfig(const char *, char *);
Prototype char *GetConfigDir(char *);
Prototype char *GetConfigProgram(char *);
Prototype char *MakeConfigPath(const char *, const char *);
Prototype char *MallocEnviro(const char *);
Prototype FILE *openlib(const char *);

/* alias.c              */

Prototype void LoadAliases(void);
Prototype void UserAliasList(const char *, void (*)(const char *));

/* string.c             */

Prototype int strcmpi(const char *, const char *);
Prototype int strncmpi(const char *, const char *, int);

/* getfiles.c           */

Prototype dir_list *getfiles(const char *, int, int (*)(char *), int (*)(dir_list *, dir_list *));

/* ndir.c               */

Prototype DIR *opendir(const char *);
Prototype void rewinddir(DIR *);
Prototype struct direct *readdir(DIR *);
Prototype void closedir(DIR *);

/* list_sort.c          */


/* expand_path.c        */

Prototype char *expand_path(const char *, const char *);

/* isdir.c              */

Prototype int IsDir(const char *);
