X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.h;h=7e77678e270f57ee6bfeb22aec3f12cc5bbc172a;hp=b840dfe1517d1af65e6ae525f6f37ea7795d1349;hb=dfec72c085a85320534be2d5b7db84bd8b69c832;hpb=9372cc4027f9782f83b516d52a56457598119f99 diff --git a/parsers.h b/parsers.h index b840dfe1..7e77678e 100644 --- a/parsers.h +++ b/parsers.h @@ -1,6 +1,6 @@ #ifndef PARSERS_H_INCLUDED #define PARSERS_H_INCLUDED -#define PARSERS_H_VERSION "$Id: parsers.h,v 1.46 2008/05/21 15:47:14 fabiankeil Exp $" +#define PARSERS_H_VERSION "$Id: parsers.h,v 1.47 2008/05/21 20:12:11 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.h,v $ @@ -43,6 +43,11 @@ * * Revisions : * $Log: parsers.h,v $ + * Revision 1.47 2008/05/21 20:12:11 fabiankeil + * The whole point of strclean() is to modify the + * first parameter, so don't mark it immutable, + * even though the compiler lets us get away with it. + * * Revision 1.46 2008/05/21 15:47:14 fabiankeil * Streamline sed()'s prototype and declare * the header parse and add structures static. @@ -299,8 +304,6 @@ extern int strclean(char *string, const char *substring); extern const char parsers_rcs[]; extern const char parsers_h_rcs[]; -extern int debug; - #ifdef __cplusplus } /* extern "C" */ #endif