X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.h;h=4c9885d44becd300eed0c45d19ddd09e8257ac04;hp=960a9091d1184d651ca34220030f83902d4c3281;hb=912e7e968f4888d62b3c620893a70e825599973b;hpb=049ff67817e0db5afbba30930531d8ea3f7f2d18 diff --git a/lib/list.h b/lib/list.h index 960a9091..4c9885d4 100644 --- a/lib/list.h +++ b/lib/list.h @@ -1,7 +1,7 @@ /* list.h -- header file for list.c - 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.h,v 1.1.2.3 2001/01/07 15:24:52 guus Exp $ + $Id: list.h,v 1.1.2.6 2002/06/21 10:11:11 guus Exp $ */ #ifndef __TINC_LIST_H__ @@ -40,6 +40,7 @@ typedef struct list_t { list_node_t *head; list_node_t *tail; + int count; /* Callbacks */