--------------------- PatchSet 712 Date: 2003/04/26 19:08:33 Author: serassio Branch: nt Tag: (none) Log: Win32 source cleanup Members: src/main.cc:1.15.2.13->1.15.2.14 src/protos.h:1.19.2.11->1.19.2.12 Index: squid3/src/main.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/main.cc,v retrieving revision 1.15.2.13 retrieving revision 1.15.2.14 diff -u -r1.15.2.13 -r1.15.2.14 --- squid3/src/main.cc 26 Apr 2003 07:10:11 -0000 1.15.2.13 +++ squid3/src/main.cc 26 Apr 2003 19:08:33 -0000 1.15.2.14 @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.15.2.13 2003/04/26 07:10:11 serassio Exp $ + * $Id: main.cc,v 1.15.2.14 2003/04/26 19:08:33 serassio Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -100,7 +100,7 @@ { fprintf(stderr, #if USE_WIN32_SERVICE - "Usage: %s [-dhirsvzCDFRVYX] [-f config-file] [-[au] port] [-k signal] [-n name] [-O CommandLine]\n" + "Usage: %s [-dhirsvzCDFNRVYX] [-f config-file] [-[au] port] [-k signal] [-n name] [-O CommandLine]\n" #else "Usage: %s [-dhsvzCDFNRVYX] [-f config-file] [-[au] port] [-k signal]\n" #endif Index: squid3/src/protos.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/protos.h,v retrieving revision 1.19.2.11 retrieving revision 1.19.2.12 diff -u -r1.19.2.11 -r1.19.2.12 --- squid3/src/protos.h 25 Apr 2003 07:41:10 -0000 1.19.2.11 +++ squid3/src/protos.h 26 Apr 2003 19:08:34 -0000 1.19.2.12 @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.19.2.11 2003/04/25 07:41:10 serassio Exp $ + * $Id: protos.h,v 1.19.2.12 2003/04/26 19:08:34 serassio Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -425,11 +425,11 @@ SQUIDCEXTERN const char *httpHeaderGetStr(const HttpHeader * hdr, http_hdr_type id); SQUIDCEXTERN const char *httpHeaderGetLastStr(const HttpHeader * hdr, http_hdr_type id); SQUIDCEXTERN const char *httpHeaderGetAuth(const HttpHeader * hdr, http_hdr_type id, const char *auth_scheme); -SQUIDCEXTERN String httpHeaderGetList(const HttpHeader * hdr, http_hdr_type id); -SQUIDCEXTERN String httpHeaderGetStrOrList(const HttpHeader * hdr, http_hdr_type id); -SQUIDCEXTERN String httpHeaderGetByName(const HttpHeader * hdr, const char *name); -SQUIDCEXTERN String httpHeaderGetListMember(const HttpHeader * hdr, http_hdr_type id, const char *member, const char separator); -SQUIDCEXTERN String httpHeaderGetByNameListMember(const HttpHeader * hdr, const char *name, const char *member, const char separator); +extern String httpHeaderGetList(const HttpHeader * hdr, http_hdr_type id); +extern String httpHeaderGetStrOrList(const HttpHeader * hdr, http_hdr_type id); +extern String httpHeaderGetByName(const HttpHeader * hdr, const char *name); +extern String httpHeaderGetListMember(const HttpHeader * hdr, http_hdr_type id, const char *member, const char separator); +extern String httpHeaderGetByNameListMember(const HttpHeader * hdr, const char *name, const char *member, const char separator); SQUIDCEXTERN int httpHeaderDelByName(HttpHeader * hdr, const char *name); SQUIDCEXTERN int httpHeaderDelById(HttpHeader * hdr, http_hdr_type id); SQUIDCEXTERN void httpHeaderDelAt(HttpHeader * hdr, HttpHeaderPos pos);