/*
- * $Id: store.cc,v 1.107 1996/09/13 23:16:44 wessels Exp $
+ * $Id: store.cc,v 1.108 1996/09/14 07:22:04 wessels Exp $
*
* DEBUG: section 20 Storeage Manager
* AUTHOR: Harvest Derived
static int storeClientListSearch _PARAMS((MemObject *, int fd));
static void storeHashMemInsert _PARAMS((StoreEntry *));
static void storeHashMemDelete _PARAMS((StoreEntry *));
+static int storeCopy _PARAMS((StoreEntry *, int, int, char *, int *));
/* Now, this table is inaccessible to outsider. They have to use a method
* to access a value in internal storage data structure. */
}
/* use this for internal call only */
-int storeCopy(e, stateoffset, maxSize, buf, size)
+static int storeCopy(e, stateoffset, maxSize, buf, size)
StoreEntry *e;
int stateoffset;
int maxSize;