diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-04-13 15:50:50 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-04-13 15:50:50 +0000 |
commit | 68942fa96bc83a210c61f411cf9e7ad60b9fb8b8 (patch) | |
tree | dbdcc5d3bfeef2b24755534e7b30cf12dabbb71b /usr.bin | |
parent | 9763f736ee09d1476597d40fcb400c8b2d327928 (diff) |
cache leftovers
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/rcs.h | 8 |
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 */ |