[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.94 and 1.95

version 1.94, 2005/12/30 02:03:28 version 1.95, 2005/12/30 16:47:36
Line 430 
Line 430 
   
 int       cvs_readrepo(const char *, char *, size_t);  int       cvs_readrepo(const char *, char *, size_t);
 int       cvs_modetostr(mode_t, char *, size_t);  int       cvs_modetostr(mode_t, char *, size_t);
 int       cvs_strtomode(const char *, mode_t *);  void      cvs_strtomode(const char *, mode_t *);
 int       cvs_splitpath(const char *, char *, size_t, char **);  int       cvs_splitpath(const char *, char *, size_t, char **);
 int       cvs_mkadmin(const char *, const char *, const char *, char *,  int       cvs_mkadmin(const char *, const char *, const char *, char *,
                 char *, int);                  char *, int);

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95