X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.h;fp=src%2Fconf.h;h=74849a2145799864f2b3f52f13981b5c45597780;hb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;hp=46f1c89e68f2e0365f4b610270e02ca853fd9f0e;hpb=d34be0cfec4f726ffdcad2fcb393780a8daba8b9;p=meshlink diff --git a/src/conf.h b/src/conf.h index 46f1c89e..74849a21 100644 --- a/src/conf.h +++ b/src/conf.h @@ -33,7 +33,7 @@ typedef struct config_t { extern void init_configuration(struct splay_tree_t **); extern void exit_configuration(struct splay_tree_t **); -extern config_t *new_config(void) __attribute__ ((__malloc__)); +extern config_t *new_config(void) __attribute__((__malloc__)); extern void free_config(config_t *); extern void config_add(struct splay_tree_t *, config_t *); extern config_t *lookup_config(struct splay_tree_t *, char *);