X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconf.h;h=3cf677d560dde6855e590f291fb79bab0e4df566;hb=ee988a6e3758994cb0552ef17f872e2530e7ceff;hp=2d55edde4cc9f8b829fa8a803d6c2d9b633db90f;hpb=28b7a53b693f6b4e70218a926e68a36ece54cda1;p=tinc diff --git a/src/conf.h b/src/conf.h index 2d55edde..3cf677d5 100644 --- a/src/conf.h +++ b/src/conf.h @@ -43,7 +43,7 @@ extern list_t cmdline_conf; extern splay_tree_t *create_configuration(void); extern void init_configuration(splay_tree_t *); extern void exit_configuration(splay_tree_t **config_tree); -extern config_t *new_config(void) __attribute__((__malloc__)); +extern config_t *new_config(void) ATTR_MALLOC; extern void free_config(config_t *config); extern void config_add(splay_tree_t *config_tree, config_t *config); extern config_t *lookup_config(splay_tree_t *config_tree, const char *variable);