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

Diff for /src/usr.bin/top/commands.c between version 1.3 and 1.4

version 1.3, 2001/11/19 19:02:17 version 1.4, 2002/02/16 21:27:55
Line 36 
Line 36 
 #include "utils.h"  #include "utils.h"
 #include "machine.h"  #include "machine.h"
   
 static char *next_field __P((char *));  static char *next_field(char *);
 static int scanint __P((char *, int *));  static int scanint(char *, int *);
 static char *err_string __P((void));  static char *err_string(void);
 static int str_adderr __P((char *, int, int));  static int str_adderr(char *, int, int);
 static int str_addarg __P((char *, int, char *, int));  static int str_addarg(char *, int, char *, int);
 static int err_compar __P((const void *, const void *));  static int err_compar(const void *, const void *);
   
 /*  /*
  *  show_help() - display the help screen; invoked in response to   *  show_help() - display the help screen; invoked in response to

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4