X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.h;h=e3035b71dce0b94a79709742c9f8746b056581d1;hp=eea6bbf1f68caa3704a215d4786f22bf738ea10f;hb=1e0cbe72032d355c86b5c9c28d196b3ae203c256;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/list.h b/list.h index eea6bbf1..e3035b71 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.15 2007/04/17 18:14:06 fabiankeil Exp $" +#define LIST_H_VERSION "$Id: list.h,v 1.19 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.h,v $ @@ -9,14 +9,14 @@ * 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 - * 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 */ /*