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

Diff for /src/usr.bin/cvs/history.c between version 1.20 and 1.21

version 1.20, 2005/06/30 16:37:29 version 1.21, 2005/07/11 18:13:01
Line 53 
Line 53 
 #define CVS_HF_EXCL (CVS_HF_C|CVS_HF_E|CVS_HF_M|CVS_HF_O|CVS_HF_T|CVS_HF_X)  #define CVS_HF_EXCL (CVS_HF_C|CVS_HF_E|CVS_HF_M|CVS_HF_O|CVS_HF_T|CVS_HF_X)
   
 static int  cvs_history_init      (struct cvs_cmd *, int, char **, int *);  static int  cvs_history_init      (struct cvs_cmd *, int, char **, int *);
   #if 0
 static void cvs_history_print     (struct cvs_hent *);  static void cvs_history_print     (struct cvs_hent *);
   #endif
 static int  cvs_history_pre_exec (struct cvsroot *);  static int  cvs_history_pre_exec (struct cvsroot *);
   
 extern char *__progname;  extern char *__progname;
Line 213 
Line 215 
 }  }
   
   
   #if 0
 static void  static void
 cvs_history_print(struct cvs_hent *hent)  cvs_history_print(struct cvs_hent *hent)
 {  {
Line 228 
Line 231 
             etime.tm_mday, etime.tm_hour, etime.tm_min,              etime.tm_mday, etime.tm_hour, etime.tm_min,
             0, hent->ch_user, hent->ch_repo);              0, hent->ch_user, hent->ch_repo);
 }  }
   #endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21