summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/hash.h')
-rw-r--r--contrib/cvs/src/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cvs/src/hash.h b/contrib/cvs/src/hash.h
index 06867a7..f98353d 100644
--- a/contrib/cvs/src/hash.h
+++ b/contrib/cvs/src/hash.h
@@ -16,9 +16,9 @@
*/
enum ntype
{
- UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE,
+ NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE,
RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR,
- VARIABLE, RCSFIELD
+ VARIABLE, RCSFIELD, RCSCMPFLD
};
typedef enum ntype Ntype;
OpenPOWER on IntegriCloud