diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-04-13 00:58:26 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-04-13 00:58:26 +0000 |
commit | a88258c6c074739a132093f82549ff351b668739 (patch) | |
tree | 06d61c14d26e8fc7f8a89e1762b5ce7a136e83fd /usr.bin/rcs/rcsprog.h | |
parent | fc136bbab2d84700a4655e5e586ae70c67e1795b (diff) |
*** empty log message ***
Diffstat (limited to 'usr.bin/rcs/rcsprog.h')
-rw-r--r-- | usr.bin/rcs/rcsprog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h index b343a821401..c9803614317 100644 --- a/usr.bin/rcs/rcsprog.h +++ b/usr.bin/rcs/rcsprog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.45 2006/04/12 08:27:31 deraadt Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.46 2006/04/13 00:58:25 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -112,6 +112,7 @@ void rcs_set_mtime(const char *, time_t); char *rcs_choosefile(const char *); int rcs_statfile(char *, char *, size_t); time_t rcs_get_mtime(const char *); +RCSNUM *rcs_getrevnum(const char *, RCSFILE *); void rcs_set_rev(const char *, RCSNUM **); void rcs_setrevstr(char **, char *); void rcs_setrevstr2(char **, char **, char *); |