xref: /dragonfly/contrib/cvs-1.12/src/history.h (revision 36a3d1d6)
1 /*
2  * Copyright (C) 2003-2005 The Free Software Foundation, Inc.
3  *
4  * Portions Copyright (C) 2003-2005 Derek Price, Ximbiot <http://ximbiot.com>,
5  *                                  and others.
6  *
7  *    You may distribute under the terms of the GNU General Public License
8  *    as specified in the README file that comes with the CVS source
9  *    distribution.
10  *
11  * This is the header file for definitions and functions shared by history.c
12  * with other portions of CVS.
13  */
14 
15 #ifndef HISTORY_H
16 # define HISTORY_H
17 #define ALL_HISTORY_REC_TYPES "TOEFWUPCGMAR"
18 #endif /* HISTORY_H */
19