prototype files.
This commit is contained in:
parent
a141f7b23c
commit
19a67e791b
|
@ -0,0 +1,12 @@
|
|||
void show_help __P((struct statics *));
|
||||
char *next_field __P((char *));
|
||||
int scanint __P((char *, int *));
|
||||
char *err_string __P((void));
|
||||
int str_adderr __P((char *, int, int));
|
||||
int str_addarg __P((char *, int, char *, int));
|
||||
struct errs;
|
||||
int err_compar __P((const void *, const void *));
|
||||
int error_count __P((void));
|
||||
void show_errors __P((void));
|
||||
char *kill_procs __P((char *));
|
||||
char *renice_procs __P((char *));
|
|
@ -0,0 +1,5 @@
|
|||
void init_hash __P((void));
|
||||
char *username __P((int));
|
||||
int userid __P((char *));
|
||||
int enter_user __P((int, char *, int));
|
||||
int get_user __P((int));
|
Loading…
Reference in New Issue