=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/top/machine.h 2003/06/15 16:24:44 1.8 +++ src/usr.bin/top/machine.h 2003/07/07 21:36:52 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: machine.h,v 1.8 2003/06/15 16:24:44 millert Exp $ */ +/* $OpenBSD: machine.h,v 1.9 2003/07/07 21:36:52 deraadt Exp $ */ /* * Top users/processes display for Unix @@ -86,6 +86,6 @@ extern caddr_t get_process_info(struct system_info *, struct process_select *, int (*) (const void *, const void *)); -extern char *format_next_process(caddr_t, char *(*) ()); +extern char *format_next_process(caddr_t, char *(*)(uid_t)); extern int proc_compate(const void *, const void *); extern uid_t proc_owner(pid_t);