X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Flist.h;h=5f4a4097aa35c6ed2cd0865c9dbf679035760080;hb=f6e87ab476a0faf8b124ecaaa27f967d825e6457;hp=489c8d100f173edc8efe7b9517d9fd33f3eba5a2;hpb=3a316823b971396a428f020f401b9fe41252d98d;p=tinc diff --git a/src/list.h b/src/list.h index 489c8d10..5f4a4097 100644 --- a/src/list.h +++ b/src/list.h @@ -45,7 +45,7 @@ typedef struct list_t { /* (De)constructors */ -extern list_t *list_alloc(list_action_t) __attribute__ ((__malloc__)); +extern list_t *list_alloc(list_action_t) __attribute__((__malloc__)); extern void list_free(list_t *); extern list_node_t *list_alloc_node(void); extern void list_free_node(list_t *, list_node_t *);