prototype files.

This commit is contained in:
christos 1999-03-24 11:57:48 +00:00
parent a141f7b23c
commit 19a67e791b
2 changed files with 17 additions and 0 deletions

12
usr.bin/top/commands.h Normal file
View File

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

5
usr.bin/top/username.h Normal file
View File

@ -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));