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

Diff for /src/usr.bin/cvs/Attic/hist.c between version 1.6 and 1.7

version 1.6, 2005/07/21 11:42:24 version 1.7, 2005/07/25 12:05:43
Line 35 
Line 35 
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  #include "log.h"
   
 #define CVS_HIST_BUFSIZE    8192  #define CVS_HIST_BUFSIZE        8192
   
   
   
 static int  cvs_hist_fillbuf  (CVSHIST *);  static int      cvs_hist_fillbuf(CVSHIST *);
 static int  cvs_hist_fmt      (const struct cvs_hent *, char *, size_t);  static int      cvs_hist_fmt(const struct cvs_hent *, char *, size_t);
   
   
 /*  /*

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7