X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.h;h=af4017669467e8bd95ce48580d26a4e5a82cd23d;hp=7a9cd2ece78676dfe33a516f39eb075f91b4cf15;hb=9c92714f07019beb11d7b7eefdd3bab1004cc170;hpb=f67b3326138f428863c21c7738e0c8db87fa6f5c diff --git a/actions.h b/actions.h index 7a9cd2ec..af401766 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,7 +7,7 @@ * Purpose : Declares functions to work with actions files * Functions declared include: FIXME * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2007 members of the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -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 */ /*