X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.h;h=afa44238f2e98a0338013c37a253adf4786c4417;hp=063faf40e77c58390feb5a1bc771744ca0d00f9b;hb=c4947f02a33d338bf7cdcf6001b8af7b0386d42a;hpb=b3ee70e4ee07171ad5cc5050748d53db7228f232 diff --git a/list.h b/list.h index 063faf40..afa44238 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.10 2002/03/07 03:46:17 oes Exp $" +#define LIST_H_VERSION "$Id: list.h,v 1.11 2002/03/24 13:25:43 swa Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.h,v $ @@ -10,7 +10,7 @@ * `destroy_list', `enlist' and `list_to_text' * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * Privoxy team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -36,6 +36,9 @@ * * Revisions : * $Log: list.h,v $ + * Revision 1.11 2002/03/24 13:25:43 swa + * name change related issues + * * Revision 1.10 2002/03/07 03:46:17 oes * Fixed compiler warnings *