[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.26 and 1.27

version 1.26, 2005/11/25 13:50:01 version 1.27, 2005/12/05 19:46:46
Line 36 
Line 36 
   
 /* flags specific to co.c */  /* flags specific to co.c */
 #define CO_ACLAPPEND    (1<<3)  #define CO_ACLAPPEND    (1<<3)
 #define CO_LOCK         (1<<4)  #define CO_AUTHOR       (1<<4)
 #define CO_REVDATE      (1<<5)  #define CO_LOCK         (1<<5)
 #define CO_STATE        (1<<6)  #define CO_REVDATE      (1<<6)
 #define CO_UNLOCK       (1<<7)  #define CO_STATE        (1<<7)
   #define CO_UNLOCK       (1<<8)
   
 /* shared flags  */  /* shared flags  */
 #define FORCE           (1<<8)  #define FORCE           (1<<8)
 #define INTERACTIVE     (1<<9)  #define INTERACTIVE     (1<<10)
 #define NEWFILE         (1<<10)  #define NEWFILE         (1<<11)
 #define PRESERVETIME    (1<<11)  #define PRESERVETIME    (1<<12)
   
 extern char     *__progname;  extern char     *__progname;
 extern const char       rcs_version[];  extern const char       rcs_version[];

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27