diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-01-10 10:07:00 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-01-10 10:07:00 +0000 |
commit | 1791d0588fc7a52ac71ad3cdd7bb28ddb8e53bdb (patch) | |
tree | d28db2a743dcd455e04600259897b462020be4a2 /usr.bin/cvs/rcs.h | |
parent | 93f38e798dbadd8cdba2df89a71474ae338ab7e5 (diff) |
rcs_getrev is gone: zap prototype, too.
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index fde7394f32e..c71cf78db32 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.83 2008/01/10 09:54:04 tobias Exp $ */ +/* $OpenBSD: rcs.h,v 1.84 2008/01/10 10:06:59 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -239,7 +239,6 @@ int rcs_lock_getmode(RCSFILE *); int rcs_lock_setmode(RCSFILE *, int); int rcs_lock_add(RCSFILE *, const char *, RCSNUM *); int rcs_lock_remove(RCSFILE *, const char *, RCSNUM *); -BUF *rcs_getrev(RCSFILE *, RCSNUM *); int rcs_deltatext_set(RCSFILE *, RCSNUM *, BUF *); const char *rcs_desc_get(RCSFILE *); void rcs_desc_set(RCSFILE *, const char *); |