X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.h;h=74d3e01ca7a6ba03d49b85169450f05b916c359d;hp=71047360c0f2aaab2c3e09e9908ae1b988b05952;hb=54dde73109a4f7c199fba8ef517255ee21682961;hpb=ed5b8d7f74bc21dc4c88c35b58e9657f0a611af2 diff --git a/list.h b/list.h index 71047360..74d3e01c 100644 --- a/list.h +++ b/list.h @@ -1,6 +1,6 @@ #ifndef LIST_H_INCLUDED #define LIST_H_INCLUDED -#define LIST_H_VERSION "$Id: list.h,v 1.16 2009/05/16 13:27:20 fabiankeil Exp $" +#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 $ @@ -13,10 +13,10 @@ * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written - * by and Copyright (C) 1997 Anonymous Coders and + * by and Copyright (C) 1997 Anonymous Coders and * Junkbusters Corporation. http://www.junkbusters.com * - * This program is free software; you can redistribute it + * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General * Public License as published by the Free Software * Foundation; either version 2 of the License, or (at @@ -39,11 +39,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - - /* * struct list * @@ -94,10 +89,6 @@ extern const char * lookup (const struct map * the_map, const char * name); extern const char list_rcs[]; extern const char list_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef LIST_H_INCLUDED */ /*