X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.c;h=4faf69392344b0c422c05c50d6c9a00891eceb4a;hp=e0736d39fa28b929db455dcbb4a43cd987562399;hb=ebbac8cf3d2fab2ac88871ab7c442a20c2e9e1f1;hpb=3010d66d9bf05c41787d589e6a9584dbbded8206 diff --git a/list.c b/list.c index e0736d39..4faf6939 100644 --- a/list.c +++ b/list.c @@ -1,4 +1,3 @@ -const char list_rcs[] = "$Id: list.c,v 1.32 2014/11/14 10:39:49 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.c,v $ @@ -6,7 +5,7 @@ const char list_rcs[] = "$Id: list.c,v 1.32 2014/11/14 10:39:49 fabiankeil Exp $ * Purpose : Declares functions to handle lists. * * Copyright : Written by and Copyright (C) 2001-2007 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -56,9 +55,6 @@ const char list_rcs[] = "$Id: list.c,v 1.32 2014/11/14 10:39:49 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);