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

Diff for /src/usr.bin/cvs/cvs.h between version 1.24 and 1.25

version 1.24, 2004/08/06 14:49:03 version 1.25, 2004/08/06 20:08:49
Line 278 
Line 278 
   
 /* from util.c */  /* from util.c */
 int    cvs_readrepo   (const char *, char *, size_t);  int    cvs_readrepo   (const char *, char *, size_t);
 int    cvs_splitpath  (const char *, char *, size_t, char *, size_t);  int    cvs_splitpath  (const char *, char *, size_t, char **);
 int    cvs_modetostr  (mode_t, char *, size_t);  int    cvs_modetostr  (mode_t, char *, size_t);
 int    cvs_strtomode  (const char *, mode_t *);  int    cvs_strtomode  (const char *, mode_t *);
 int    cvs_mkadmin    (struct cvs_file *, mode_t);  int    cvs_mkadmin    (struct cvs_file *, mode_t);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25