diff options
Diffstat (limited to 'contrib/cvs/src/history.h')
-rw-r--r-- | contrib/cvs/src/history.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/cvs/src/history.h b/contrib/cvs/src/history.h new file mode 100644 index 0000000..dadc421 --- /dev/null +++ b/contrib/cvs/src/history.h @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2003-2005 The Free Software Foundation, Inc. + * + * Portions Copyright (C) 2003-2005 Derek Price, Ximbiot <http://ximbiot.com>, + * and others. + * + * You may distribute under the terms of the GNU General Public License + * as specified in the README file that comes with the CVS source + * distribution. + * + * This is the header file for definitions and functions shared by history.c + * with other portions of CVS. + */ + +#define ALL_HISTORY_REC_TYPES "TOEFWUPCGMAR" |