Deleted Added
full compact
3c3
< #define RCSBASE "$Id$"
---
> #define RCSBASE "$Id: rcsbase.h,v 1.8 1997/02/22 15:47:33 peter Exp $"
429,430c429,430
< #define FREEBSD "FreeBSD"
< #define keylength 8 /* max length of any of the above keywords */
---
> #define CVSHEADER "CVSHeader"
> #define keylength 9 /* max length of any of the above keywords */
433c433,434
< Locker, Log, Name, RCSfile, Revision, Source, State, FreeBSD };
---
> Locker, Log, Name, RCSfile, Revision, Source, State, CVSHeader,
> LocalId };
503a505
> char const *getfullCVSname P((void));
534c536,537
< extern char const *const Keyword[];
---
> extern char const *Keyword[];
> extern enum markers LocalIdMode;
535a539,540
> void setRCSLocalId(char const *);
> void setIncExc(char const *);