X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgiedit.c;h=312ecd753f50c9abe293d0d8b42d7cdd5630ddb9;hb=4a6b6a65eeb0d803d8e5f1ce3fbace7fe8ff7c3c;hp=4b727c8f366e1b314ddd2ea721cbb7f1c1858377;hpb=2465a9102eb7d4f7a53bd454596e61edd16acb85;p=privoxy.git diff --git a/cgiedit.c b/cgiedit.c index 4b727c8f..312ecd75 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1,4 +1,4 @@ -const char cgiedit_rcs[] = "$Id: cgi.c,v 1.25 2001/09/16 15:02:35 jongfoster Exp $"; +const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.1 2001/09/16 15:47:37 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.c,v $ @@ -34,7 +34,13 @@ const char cgiedit_rcs[] = "$Id: cgi.c,v 1.25 2001/09/16 15:02:35 jongfoster Exp * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: cgi.c,v $ + * $Log: cgiedit.c,v $ + * Revision 1.1 2001/09/16 15:47:37 jongfoster + * First version of CGI-based edit interface. This is very much a + * work-in-progress, and you can't actually use it to edit anything + * yet. You must #define FEATURE_CGI_EDIT_ACTIONS for these changes + * to have any effect. + * * **********************************************************************/ @@ -67,7 +73,6 @@ const char cgiedit_rcs[] = "$Id: cgi.c,v 1.25 2001/09/16 15:02:35 jongfoster Exp #include "actions.h" #include "errlog.h" #include "miscutil.h" -#include "showargs.h" #include "loadcfg.h" const char cgiedit_h_rcs[] = CGIEDIT_H_VERSION;