=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/cvs/rcs.h 2004/12/07 17:10:56 1.2 --- src/usr.bin/cvs/rcs.h 2004/12/15 05:09:06 1.3 *************** *** 1,4 **** ! /* $OpenBSD: rcs.h,v 1.2 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcs.h,v 1.3 2004/12/15 05:09:06 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 143,147 **** --- 143,152 ---- 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 */