X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.h;h=618bc255474c4b87df542cad3daa7146f0ed357a;hp=c7b89b3c93be5f1d2e53d5b177dc49ae3ed3ad78;hb=41bcde325feaf65a42fe2c4ab21cee5771ac60ad;hpb=3010d66d9bf05c41787d589e6a9584dbbded8206 diff --git a/actions.h b/actions.h index c7b89b3c..618bc255 100644 --- a/actions.h +++ b/actions.h @@ -1,6 +1,5 @@ #ifndef ACTIONS_H_INCLUDED #define ACTIONS_H_INCLUDED -#define ACTIONS_H_VERSION "$Id: actions.h,v 1.25 2016/12/24 16:00:49 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.h,v $ @@ -9,7 +8,7 @@ * Functions declared include: FIXME * * Copyright : Written by and Copyright (C) 2001-2007 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -87,10 +86,6 @@ void unload_current_actions_file(void); #endif -/* Revision control strings from this header and associated .c file */ -extern const char actions_rcs[]; -extern const char actions_h_rcs[]; - #endif /* ndef ACTIONS_H_INCLUDED */ /*