X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.h;h=618bc255474c4b87df542cad3daa7146f0ed357a;hp=7a9cd2ece78676dfe33a516f39eb075f91b4cf15;hb=23445442f4bf0aa0bcf6e35df09daf8ef0d69d99;hpb=f67b3326138f428863c21c7738e0c8db87fa6f5c diff --git a/actions.h b/actions.h index 7a9cd2ec..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.24 2013/11/24 14:27:27 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.h,v $ @@ -8,8 +7,8 @@ * Purpose : Declares functions to work with actions files * Functions declared include: FIXME * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge - * Privoxy team. http://www.privoxy.org/ + * Copyright : Written by and Copyright (C) 2001-2007 members of the + * 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 */ /*