From: Fabian Keil Date: Mon, 14 Aug 2006 08:58:42 +0000 (+0000) Subject: Changed include from strptime.c to strptime.h X-Git-Tag: v_3_0_5~166 X-Git-Url: http://www.privoxy.org/gitweb/index.html?a=commitdiff_plain;h=505af329e2df53d96f998537d7c1137de728f7b3;p=privoxy.git Changed include from strptime.c to strptime.h --- diff --git a/parsers.c b/parsers.c index 63c9e3de..e2c32115 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.60 2006/08/12 03:54:37 david__schmidt Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.61 2006/08/14 08:25:19 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -40,6 +40,12 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.60 2006/08/12 03:54:37 david__sch * * Revisions : * $Log: parsers.c,v $ + * Revision 1.61 2006/08/14 08:25:19 fabiankeil + * Split filter-headers{} into filter-client-headers{} + * and filter-server-headers{}. + * Added parse_header_time() to share some code. + * Replaced timegm() with mktime(). + * * Revision 1.60 2006/08/12 03:54:37 david__schmidt * Windows service integration * @@ -477,7 +483,7 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.60 2006/08/12 03:54:37 david__sch #include "list.h" #ifndef HAVE_STRPTIME -#include "strptime.c" +#include "strptime.h" #endif const char parsers_h_rcs[] = PARSERS_H_VERSION;