X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.h;fp=urlmatch.h;h=ed3da54863fa9e475e5982b5a5fe20ba46119b8c;hp=35befbddb4047a8380ed940fd4bcd84719dcfb5c;hb=5ca53f92bc634c20fed90f338ac41561f87b834c;hpb=b04a51574a3ddc6db9e5d340e08730cc5e659ee5 diff --git a/urlmatch.h b/urlmatch.h index 35befbdd..ed3da548 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -1,6 +1,5 @@ #ifndef URLMATCH_H_INCLUDED #define URLMATCH_H_INCLUDED -#define URLMATCH_H_VERSION "$Id: urlmatch.h,v 1.20 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/urlmatch.h,v $ @@ -58,11 +57,6 @@ extern void free_pattern_spec(struct pattern_spec *url); extern int match_portlist(const char *portlist, int port); extern jb_err parse_forwarder_address(char *address, char **hostname, int *port); - -/* Revision control strings from this header and associated .c file */ -extern const char urlmatch_rcs[]; -extern const char urlmatch_h_rcs[]; - #endif /* ndef URLMATCH_H_INCLUDED */ /*