[BACK]Return to machine.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/machine.h between version 1.9 and 1.10

version 1.9, 2003/07/07 21:36:52 version 1.10, 2004/05/09 22:14:15
Line 83 
Line 83 
 extern int      machine_init(struct statics *);  extern int      machine_init(struct statics *);
 extern char    *format_header(char *);  extern char    *format_header(char *);
 extern void     get_system_info(struct system_info *);  extern void     get_system_info(struct system_info *);
 extern caddr_t  extern caddr_t
 get_process_info(struct system_info *, struct process_select *,  get_process_info(struct system_info *, struct process_select *,
                  int (*) (const void *, const void *));                   int (*) (const void *, const void *));
 extern char    *format_next_process(caddr_t, char *(*)(uid_t));  extern char    *format_next_process(caddr_t, char *(*)(uid_t));

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10