X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=866c2a7b825ff95576157ce1d0d572dbc4cac008;hp=083348af93ddd9e807e2f8d5c9484261545d62b9;hb=d269e47d4fb748b6367f03e8962b04dc4ab86ef5;hpb=f67b3326138f428863c21c7738e0c8db87fa6f5c diff --git a/jcc.h b/jcc.h index 083348af..866c2a7b 100644 --- a/jcc.h +++ b/jcc.h @@ -1,6 +1,5 @@ #ifndef JCC_H_INCLUDED #define JCC_H_INCLUDED -#define JCC_H_VERSION "$Id: jcc.h,v 1.36 2016/03/17 10:40:53 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.h,v $ @@ -113,10 +112,6 @@ int real_main(int argc, char **argv); int main(int argc, char **argv); #endif -/* Revision control strings from this header and associated .c file */ -extern const char jcc_rcs[]; -extern const char jcc_h_rcs[]; - #ifdef FUZZ extern int fuzz_client_request(struct client_state *csp, char *fuzz_input_file); extern int fuzz_server_response(struct client_state *csp, char *fuzz_input_file);