summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.h
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-05-25 07:15:17 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-05-25 07:15:17 +0000
commit296132b98abf86bd5fd292c9ae53e0ad13a36472 (patch)
treef87619ead3bb24e72cf668867c883a5c42892171 /usr.bin/cvs/rcs.h
parent382c311d1f0871b6ed25ccc8058af517300c4f55 (diff)
add cvs_comment_lookup() and a suffix -> comment leader lookup table
to determine the appropriate comment leader for a file
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r--usr.bin/cvs/rcs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h
index 0cf3c0cc668..03d4a27e520 100644
--- a/usr.bin/cvs/rcs.h
+++ b/usr.bin/cvs/rcs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.h,v 1.24 2005/05/25 06:42:41 jfb Exp $ */
+/* $OpenBSD: rcs.h,v 1.25 2005/05/25 07:15:16 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -203,6 +203,7 @@ BUF* rcs_gethead (RCSFILE *);
RCSNUM* rcs_getrevbydate (RCSFILE *, struct tm *);
const char* rcs_desc_get (RCSFILE *);
int rcs_desc_set (RCSFILE *, const char *);
+const char* rcs_comment_lookup(const char *);
const char* rcs_comment_get (RCSFILE *);
int rcs_comment_set (RCSFILE *, const char *);
int rcs_kwexp_set (RCSFILE *, int);