[BACK]Return to rcsprog.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Diff for /src/usr.bin/rcs/rcsprog.h between version 1.62 and 1.63

version 1.62, 2010/07/23 08:31:19 version 1.63, 2010/07/23 21:46:05
Line 83 
Line 83 
 extern struct wklhead temp_files;  extern struct wklhead temp_files;
   
 /* date.y */  /* date.y */
 time_t  rcs_date_parse(const char *);  time_t  date_parse(const char *);
   
 /* ci.c */  /* ci.c */
 int     checkin_main(int, char **);  int     checkin_main(int, char **);

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63