summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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 */