[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.35 and 1.36

version 1.35, 2006/02/16 17:44:53 version 1.36, 2006/03/08 20:19:39
Line 29 
Line 29 
   
 #include "log.h"  #include "log.h"
 #include "rcs.h"  #include "rcs.h"
   #include "worklist.h"
 #include "xmalloc.h"  #include "xmalloc.h"
   
 #define RCS_TMPDIR_DEFAULT      "/tmp"  #define RCS_TMPDIR_DEFAULT      "/tmp"
Line 62 
Line 63 
 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;
   
 /* date.y */  /* date.y */
 time_t  cvs_date_parse(const char *);  time_t  cvs_date_parse(const char *);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36