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

Diff for /src/usr.bin/pmdb/Attic/pmdb.h between version 1.6 and 1.7

version 1.6, 2003/05/15 00:11:03 version 1.7, 2003/08/18 17:55:57
Line 81 
Line 81 
 #define SS_IGNORE       0x01  #define SS_IGNORE       0x01
   
 /* misc helper functions */  /* misc helper functions */
   int getexecpath(const char *, char *, size_t);
 int process_kill(struct pstate *);  int process_kill(struct pstate *);
   
 /* process.c */  /* process.c */
 int process_load(struct pstate *);  int process_load(struct pstate *);
   int process_setargv(struct pstate *, int, char **);
 int process_run(struct pstate *);  int process_run(struct pstate *);
 int process_read(struct pstate *, off_t, void *, size_t);  int process_read(struct pstate *, off_t, void *, size_t);
 int process_write(struct pstate *, off_t, void *, size_t);  int process_write(struct pstate *, off_t, void *, size_t);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7