X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=list.c;h=dadba717a8feecd68a0e7def9e5c9fd09fa9ce3d;hb=aa1b69c44dad581f0756a5e95571df3afc644869;hp=d311cce09a43c7cb0ffa8657beb24a64aedabc00;hpb=d5d4fc9981e5baf884eb9a38db46d631ab594514;p=privoxy.git diff --git a/list.c b/list.c index d311cce0..dadba717 100644 --- a/list.c +++ b/list.c @@ -1,11 +1,10 @@ -const char list_rcs[] = "$Id: list.c,v 1.31 2014/10/21 12:01:59 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.c,v $ * * Purpose : Declares functions to handle lists. * - * 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 @@ -56,9 +55,6 @@ const char list_rcs[] = "$Id: list.c,v 1.31 2014/10/21 12:01:59 fabiankeil Exp $ #include "list.h" #include "miscutil.h" -const char list_h_rcs[] = LIST_H_VERSION; - - static int list_is_valid (const struct list *the_list);