[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.54 and 1.55

version 1.54, 2006/04/24 04:51:57 version 1.55, 2006/04/26 02:55:13
Line 29 
Line 29 
   
 #include <err.h>  #include <err.h>
   
 #include "log.h"  
 #include "rcs.h"  #include "rcs.h"
 #include "rcsutil.h"  #include "rcsutil.h"
 #include "worklist.h"  #include "worklist.h"
Line 77 
Line 76 
 extern char     *rcs_optarg;  extern char     *rcs_optarg;
 extern char     *rcs_suffixes;  extern char     *rcs_suffixes;
 extern char     *rcs_tmpdir;  extern char     *rcs_tmpdir;
 extern struct cvs_wklhead rcs_temp_files;  extern struct rcs_wklhead rcs_temp_files;
   
 /* date.y */  /* date.y */
 time_t  cvs_date_parse(const char *);  time_t  rcs_date_parse(const char *);
   
 /* ci.c */  /* ci.c */
 int     checkin_main(int, char **);  int     checkin_main(int, char **);

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55