X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.h;h=e7c150ac5216b2c567116f856cb3bdaf5c886292;hp=33e2996fd193e4697bebcda861678cef6ad6b8da;hb=9dae3e9be4e16d17fe8ca8c5cb363e3b7b9896aa;hpb=6157ccdeb4d417c8cf2df3c061632b4b4d4724c3 diff --git a/miscutil.h b/miscutil.h index 33e2996f..e7c150ac 100644 --- a/miscutil.h +++ b/miscutil.h @@ -1,6 +1,5 @@ #ifndef MISCUTIL_H_INCLUDED #define MISCUTIL_H_INCLUDED -#define MISCUTIL_H_VERSION "$Id: miscutil.h,v 1.37 2012/11/24 13:58:17 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.h,v $ @@ -92,10 +91,6 @@ size_t privoxy_strlcat(char *destination, const char *source, size_t size); #define strlcat privoxy_strlcat #endif /* ndef HAVE_STRLCAT */ -/* Revision control strings from this header and associated .c file */ -extern const char miscutil_rcs[]; -extern const char miscutil_h_rcs[]; - #if defined(__cplusplus) } #endif