From 1791d0588fc7a52ac71ad3cdd7bb28ddb8e53bdb Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Thu, 10 Jan 2008 10:07:00 +0000 Subject: rcs_getrev is gone: zap prototype, too. --- usr.bin/cvs/rcs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/cvs/rcs.h') 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 * 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 *); -- cgit v1.2.3