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

Diff for /src/usr.bin/cvs/Attic/cvsd.h between version 1.3 and 1.4

version 1.3, 2004/09/24 14:28:07 version 1.4, 2004/09/25 12:21:43
Line 84 
Line 84 
 #define CVSD_ST_UNKNOWN      0  #define CVSD_ST_UNKNOWN      0
 #define CVSD_ST_IDLE         1  #define CVSD_ST_IDLE         1
 #define CVSD_ST_BUSY         2  #define CVSD_ST_BUSY         2
   #define CVSD_ST_DEAD         3
   #define CVSD_ST_STOPPED      4
   
   
   
Line 125 
Line 127 
 int                cvsd_checkperms (const char *);  int                cvsd_checkperms (const char *);
 int                cvsd_child_fork (struct cvsd_child **);  int                cvsd_child_fork (struct cvsd_child **);
 struct cvsd_child* cvsd_child_get  (void);  struct cvsd_child* cvsd_child_get  (void);
 int                cvsd_child_reap (struct cvsd_child *);  int                cvsd_child_reap (void);
   
 /* from fdpass.c */  /* from fdpass.c */
 int   cvsd_sendfd  (int, int);  int   cvsd_sendfd  (int, int);

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