=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.h,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/top/machine.h 2018/11/17 23:10:08 1.25 --- src/usr.bin/top/machine.h 2019/10/06 15:08:54 1.26 *************** *** 1,4 **** ! /* $OpenBSD: machine.h,v 1.25 2018/11/17 23:10:08 cheloha Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: machine.h,v 1.26 2019/10/06 15:08:54 kn Exp $ */ /* * Top users/processes display for Unix *************** *** 87,96 **** extern int machine_init(struct statics *); extern char *format_header(char *, int); extern void get_system_info(struct system_info *); ! extern caddr_t ! get_process_info(struct system_info *, struct process_select *, int (*) (const void *, const void *)); ! extern char *format_next_process(caddr_t, const char *(*)(uid_t, int), pid_t *, int); extern uid_t proc_owner(pid_t); extern struct kinfo_proc *getprocs(int, int, int *); --- 87,97 ---- extern int machine_init(struct statics *); extern char *format_header(char *, int); extern void get_system_info(struct system_info *); ! extern struct handle ! *get_process_info(struct system_info *, struct process_select *, int (*) (const void *, const void *)); ! extern char *format_next_process(struct handle *, ! const char *(*)(uid_t, int), pid_t *, int); extern uid_t proc_owner(pid_t); extern struct kinfo_proc *getprocs(int, int, int *);