--------------------- PatchSet 1574 Date: 2005/08/24 05:44:41 Author: rousskov Branch: squid3-icap Tag: (none) Log: - Made terminate() public because some HTTP parsing routines need it, unfortunately. Members: src/MemBuf.h:1.3.16.2->1.3.16.3 Index: squid3/src/MemBuf.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/MemBuf.h,v retrieving revision 1.3.16.2 retrieving revision 1.3.16.3 diff -u -r1.3.16.2 -r1.3.16.3 --- squid3/src/MemBuf.h 19 Aug 2005 20:08:41 -0000 1.3.16.2 +++ squid3/src/MemBuf.h 24 Aug 2005 05:44:41 -0000 1.3.16.3 @@ -1,6 +1,6 @@ /* - * $Id: MemBuf.h,v 1.3.16.2 2005/08/19 20:08:41 rousskov Exp $ + * $Id: MemBuf.h,v 1.3.16.3 2005/08/24 05:44:41 rousskov Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -60,8 +60,7 @@ // XXX: convert global memBuf*() functions into methods -private: - void terminate(); + void terminate(); // zero-terminates the buffer w/o increasing contentSize public: /* public, read-only, depricated in favor of space*() and content*() */