X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.h;h=4c9885d44becd300eed0c45d19ddd09e8257ac04;hp=3e1735bfff29e95d468569d15861344fec17c65d;hb=627f7c22b447bd464b536cd016278545674df93d;hpb=faabd163adf89bd0580cd40b8735ef8d9028a942 diff --git a/lib/list.h b/lib/list.h index 3e1735bf..4c9885d4 100644 --- a/lib/list.h +++ b/lib/list.h @@ -1,7 +1,7 @@ /* list.h -- header file for list.c - Copyright (C) 2000,2001 Ivo Timmermans - 2000,2001 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.h,v 1.1.2.5 2002/03/27 15:01:16 guus Exp $ + $Id: list.h,v 1.1.2.6 2002/06/21 10:11:11 guus Exp $ */ #ifndef __TINC_LIST_H__