[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.91 and 1.92

version 1.91, 2005/12/10 20:27:45 version 1.92, 2005/12/19 18:21:30
Line 428 
Line 428 
         struct cvs_tqh  l_lines;          struct cvs_tqh  l_lines;
 };  };
   
 void      fatal(const char *, ...);  
 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 *);  int       cvs_strtomode(const char *, mode_t *);

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92