/*
- * $Id: store_client.cc,v 1.68 1999/05/19 19:57:54 wessels Exp $
+ * $Id: store_client.cc,v 1.69 1999/05/19 22:36:42 wessels Exp $
*
* DEBUG: section 20 Storage Manager Client-Side Interface
* AUTHOR: Duane Wessels
}
static void
-storeClientReadBody(void *data, const char *buf, size_t len, int flagnotused)
+storeClientReadBody(void *data, const char *buf, size_t len)
{
store_client *sc = data;
MemObject *mem = sc->entry->mem_obj;
}
static void
-storeClientReadHeader(void *data, const char *buf, size_t len, int flagnotused)
+storeClientReadHeader(void *data, const char *buf, size_t len)
{
store_client *sc = data;
StoreEntry *e = sc->entry;
/*
- * $Id: typedefs.h,v 1.89 1999/05/03 21:55:16 wessels Exp $
+ * $Id: typedefs.h,v 1.90 1999/05/19 22:36:45 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
typedef int DEFER(int fd, void *data);
typedef void STIOCB(void *their_data, int errflag, storeIOState *);
-typedef void STRCB(void *their_data, const char *buf, size_t len, int errflag);
+typedef void STRCB(void *their_data, const char *buf, size_t len);
typedef void SIH(storeIOState *, void *); /* swap in */
typedef int QS(const void *, const void *); /* qsort */