X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.h;h=a66882731ac5d4313bfcb8946914308131235b52;hp=5c1a0df398102feffe6052dfb8e259f8cb68a973;hb=91d457282fb731e43d0acfdae45d54a7aeb14173;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/list.h b/list.h index 5c1a0df3..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.17 2010/11/22 10:32:40 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 @@ -39,11 +38,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - - /* * struct list * @@ -89,15 +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[]; - -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef LIST_H_INCLUDED */ /*