home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
telecom
/
uucp_442
/
uucp3.lzh
/
src
/
include
/
lib_protos.h
< prev
next >
Wrap
Text File
|
1991-01-10
|
2KB
|
118 lines
/* 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, 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 *);
Prototype FILE *openlib_write(const char *);
/* alias.c */
Prototype void LoadAliases(void);
Prototype int UserAliasList(const char *, int (*)(const char *, long, int), long, int);
/* 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 *);
/* getuser.c */
Prototype char *GetUserName(void);
Prototype char *GetRealName(void);
/* gethead.a */
/* gettail.a */
/* getpred.a */