diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-01-31 16:36:12 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-01-31 16:36:12 +0000 |
commit | 733fc74bc2023ea50e6e6879d17302025c57af96 (patch) | |
tree | 09a612d47ce38b49c8e676f2893ed89abb594f2c /usr.bin/rcs/rcs.h | |
parent | 3c90b54126879ef2830d45dda517b5b1304b2ab2 (diff) |
Revert last patch and add this magic branch number only during
output, this way we don't have to hassle in our internal brach handling.
OK joris@
Diffstat (limited to 'usr.bin/rcs/rcs.h')
-rw-r--r-- | usr.bin/rcs/rcs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcs.h b/usr.bin/rcs/rcs.h index 12daf5aabd6..9f279ea8764 100644 --- a/usr.bin/rcs/rcs.h +++ b/usr.bin/rcs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.6 2007/02/27 07:59:13 xsa Exp $ */ +/* $OpenBSD: rcs.h,v 1.7 2008/01/31 16:36:11 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -265,6 +265,7 @@ RCSNUM *rcsnum_revtobr(const RCSNUM *); RCSNUM *rcsnum_inc(RCSNUM *); RCSNUM *rcsnum_dec(RCSNUM *); void rcsnum_free(RCSNUM *); +int rcsnum_addmagic(RCSNUM *); int rcsnum_aton(const char *, char **, RCSNUM *); char *rcsnum_tostr(const RCSNUM *, char *, size_t); void rcsnum_cpy(const RCSNUM *, RCSNUM *, u_int); |