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

Diff for /src/usr.bin/cvs/util.h between version 1.18 and 1.19

version 1.18, 2007/04/20 08:36:00 version 1.19, 2007/05/09 21:19:28
Line 31 
Line 31 
 void      cvs_get_repository_name(const char *, char *, size_t);  void      cvs_get_repository_name(const char *, char *, size_t);
 void      cvs_modetostr(mode_t, char *, size_t);  void      cvs_modetostr(mode_t, char *, size_t);
 void      cvs_strtomode(const char *, mode_t *);  void      cvs_strtomode(const char *, mode_t *);
 void      cvs_splitpath(const char *, char *, size_t, char **);  
 void      cvs_mkadmin(const char *, const char *, const char *,  void      cvs_mkadmin(const char *, const char *, const char *,
               char *, char *, int);                char *, char *, int);
 void      cvs_mkpath(const char *);  void      cvs_mkpath(const char *);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19