From 505af329e2df53d96f998537d7c1137de728f7b3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 14 Aug 2006 08:58:42 +0000 Subject: [PATCH] Changed include from strptime.c to strptime.h --- parsers.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; -- 2.39.2