X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Flist.h;h=33214f44832682681f001b06bb8f7149cbe20055;hb=b234304b6628aeddce63d7f751da97c3344bbb78;hp=4a863167e233abd24831eaebf120a60d2253f9fa;hpb=f62b4a91344bd0de09e7fb4e4c8c1993ffc027c3;p=tinc diff --git a/src/list.h b/src/list.h index 4a863167..33214f44 100644 --- a/src/list.h +++ b/src/list.h @@ -81,4 +81,4 @@ extern void list_foreach_node(list_t *, list_action_node_t); #define list_each(type, item, list) (type *item = (type *)1; item; item = NULL) for(list_node_t *node = (list)->head, *next; item = node ? node->data : NULL, next = node ? node->next : NULL, node; node = next) -#endif /* __TINC_LIST_H__ */ +#endif /* __TINC_LIST_H__ */