X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.c;h=bcee38586a032bcc15e739b9bf12e26131dbe6c7;hp=d317622d7eb84f74f6bd1b7bdc74ff097541ce64;hb=d3f889c8076dff9c00ebfe1459cb36425f8da41d;hpb=96b6f958bc733c3963dd164caacd42513be47a86 diff --git a/lib/list.c b/lib/list.c index d317622d..bcee3858 100644 --- a/lib/list.c +++ b/lib/list.c @@ -1,7 +1,7 @@ /* list.c -- functions to deal with double linked lists - Copyright (C) 2000 Ivo Timmermans - 2000 Guus Sliepen + Copyright (C) 2000,2001 Ivo Timmermans + 2000,2001 Guus Sliepen 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 @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: list.c,v 1.1.2.7 2001/01/07 15:24:52 guus Exp $ + $Id: list.c,v 1.1.2.8 2001/01/07 17:08:49 guus Exp $ */ #include "config.h"