X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.h;h=a66882731ac5d4313bfcb8946914308131235b52;hp=74d3e01ca7a6ba03d49b85169450f05b916c359d;hb=a648ec5cf9edeb4a447b408fe08c3c11c1c748fe;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70 diff --git a/list.h b/list.h index 74d3e01c..a6688273 100644 --- a/list.h +++ b/list.h @@ -1,6 +1,5 @@ #ifndef LIST_H_INCLUDED #define LIST_H_INCLUDED -#define LIST_H_VERSION "$Id: list.h,v 1.18 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.h,v $ @@ -9,7 +8,7 @@ * Functions declared include: * `destroy_list', `enlist' and `list_to_text' * - * 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 @@ -84,11 +83,6 @@ extern jb_err unmap (struct map *the_map, const char *name); extern const char * lookup (const struct map * the_map, const char * name); - -/* Revision control strings from this header and associated .c file */ -extern const char list_rcs[]; -extern const char list_h_rcs[]; - #endif /* ndef LIST_H_INCLUDED */ /*