=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/cvs/rcs.h 2005/04/11 20:32:56 1.20 +++ src/usr.bin/cvs/rcs.h 2005/04/13 15:50:49 1.21 @@ -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 * All rights reserved. @@ -217,11 +217,5 @@ 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 */