X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.h;h=3e1735bfff29e95d468569d15861344fec17c65d;hp=960a9091d1184d651ca34220030f83902d4c3281;hb=548551fd05f58863dfbbaaf147febfab0a22889b;hpb=049ff67817e0db5afbba30930531d8ea3f7f2d18 diff --git a/lib/list.h b/lib/list.h index 960a9091..3e1735bf 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.5 2002/03/27 15:01:16 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 */