X-Git-Url: http://www.privoxy.org/gitweb/declare.html?a=blobdiff_plain;f=cgi.c;h=727b455390ae53cdc6569cee7ea4e6d88679451c;hb=60c458081f5c8314c9fa1716e512da02fbc8c012;hp=60806b1605b4c899d4119e82229686451dd0ad05;hpb=a85e975c35ac3b3a13ea4d104c2094a191be882f;p=privoxy.git diff --git a/cgi.c b/cgi.c index 60806b16..727b4553 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.10 2001/07/13 13:53:13 oes Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.11 2001/07/18 17:24:37 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -36,6 +36,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.10 2001/07/13 13:53:13 oes Exp $"; * * Revisions : * $Log: cgi.c,v $ + * Revision 1.11 2001/07/18 17:24:37 oes + * Changed to conform to new pcrs interface + * * Revision 1.10 2001/07/13 13:53:13 oes * Removed all #ifdef PCRS and related code * @@ -140,6 +143,7 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.10 2001/07/13 13:53:13 oes Exp $"; #include "errlog.h" #include "miscutil.h" #include "showargs.h" +#include "loadcfg.h" const char cgi_h_rcs[] = CGI_H_VERSION;