[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.95 and 1.96

version 1.95, 2005/12/30 16:47:36 version 1.96, 2006/01/01 05:05:58
Line 429 
Line 429 
 };  };
   
 int       cvs_readrepo(const char *, char *, size_t);  int       cvs_readrepo(const char *, char *, size_t);
 int       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 *);
 int       cvs_splitpath(const char *, char *, size_t, char **);  void      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);
 int       cvs_cksum(const char *, char *, size_t);  int       cvs_cksum(const char *, char *, size_t);

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