summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfb <jfb@openbsd.org>2005-04-13 15:50:49 +0000
committerjfb <jfb@openbsd.org>2005-04-13 15:50:49 +0000
commitb304152fad93b91331bce3af96227b0497e8f69f (patch)
treee20dfd004a3e1fd9a91bae4a1f2ba6c3f6cb9392
parentdead code. (diff)
downloadwireguard-openbsd-b304152fad93b91331bce3af96227b0497e8f69f.tar.xz
wireguard-openbsd-b304152fad93b91331bce3af96227b0497e8f69f.zip
cache leftovers
-rw-r--r--usr.bin/cvs/rcs.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h
index 14ef4c0f3db..3b66a8b28b6 100644
--- a/usr.bin/cvs/rcs.h
+++ b/usr.bin/cvs/rcs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.h,v 1.20 2005/04/11 20:32:56 jfb Exp $ */
+/* $OpenBSD: rcs.h,v 1.21 2005/04/13 15:50:49 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -218,10 +218,4 @@ char* rcsnum_tostr (const RCSNUM *, char *, size_t);
int rcsnum_cpy (const RCSNUM *, RCSNUM *, u_int);
int rcsnum_cmp (const RCSNUM *, const RCSNUM *, u_int);
-/* from cache.c */
-int rcs_cache_init (u_int);
-RCSFILE *rcs_cache_fetch (const char *path);
-int rcs_cache_store (RCSFILE *);
-void rcs_cache_destroy (void);
-
#endif /* RCS_H */