X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Flist.h;h=5f4a4097aa35c6ed2cd0865c9dbf679035760080;hb=b34eb5555d40b7e87c1e06988250e4977a793c09;hp=489c8d100f173edc8efe7b9517d9fd33f3eba5a2;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;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 *);