From: wessels <> Date: Thu, 20 May 1999 04:35:46 +0000 (+0000) Subject: tweak X-Git-Tag: SQUID_3_0_PRE1~2195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6ce1cc6f724651350f9b9cedc75ab2198564f9;p=thirdparty%2Fsquid.git tweak --- diff --git a/doc/Programming-Guide/prog-guide.sgml b/doc/Programming-Guide/prog-guide.sgml index b50d0dc434..d23ea5a2b9 100644 --- a/doc/Programming-Guide/prog-guide.sgml +++ b/doc/Programming-Guide/prog-guide.sgml @@ -742,7 +742,6 @@ Squid consists of the following major components - Prototype: storeIOState * storeOpen(sfileno f, mode_t mode, STIOCB *callback, void *callback_data) @@ -765,7 +764,6 @@ Squid consists of the following major components - Prototype: void storeClose(storeIOState *sio) @@ -782,7 +780,6 @@ Squid consists of the following major components - Prototype: void storeRead(storeIOState *sio, char *buf, size_t size, off_t offset, STRCB *callback, void *callback_data) @@ -804,7 +801,6 @@ Squid consists of the following major components - Prototype: void storeWrite(storeIOState *sio, char *buf, size_t size, off_t offset, FREE *free_func) @@ -827,7 +823,6 @@ Squid consists of the following major components - Prototype: void storeUnlink(sfileno f) @@ -842,7 +837,6 @@ Squid consists of the following major components - Prototype: off_t storeOffset(storeIOState *sio) @@ -855,7 +849,6 @@ Squid consists of the following major components - Prototype: void stiocb(void *data, int errorflag, storeIOState *sio) @@ -883,7 +876,6 @@ Squid consists of the following major components - Prototype: void strcb(void *data, const char *buf, size_t len)