X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.c;h=e531ea166f6dc0e1ecb08b1ca7b4b5ed8a336dfd;hp=9f702733be3e009903042b8bc24686e2671ce57a;hb=373a745ca88b463e96f9257ea6588a409243b2ba;hpb=9fac7e2943b479bde2b2836be885d600fbfcd7f8 diff --git a/parsers.c b/parsers.c index 9f702733..e531ea16 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.38 2001/10/25 03:40:48 david__schmidt Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.39 2001/10/26 17:40:04 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -41,6 +41,11 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.38 2001/10/25 03:40:48 david__sch * * Revisions : * $Log: parsers.c,v $ + * Revision 1.39 2001/10/26 17:40:04 oes + * Introduced get_header_value() + * Removed http->user_agent, csp->referrer and csp->accept_types + * Removed client_accept() + * * Revision 1.38 2001/10/25 03:40:48 david__schmidt * Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple * threads to call select() simultaneously. So, it's time to do a real, live, @@ -308,10 +313,10 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.38 2001/10/25 03:40:48 david__sch #ifndef _WIN32 #include #include -#include -#include #endif +#include +#include #include #include