]> tinc-vpn.org Git - tinc/blobdiff - src/connection.h
Fall back to VERSION file if .git is not present
[tinc] / src / connection.h
index 75b7024d86fc57756a7a988bf1c3736bf97b2f9e..3965127ce0023f8317a74fa3284ae09da3c2d6b0 100644 (file)
@@ -114,7 +114,7 @@ extern connection_t *everyone;
 
 extern void init_connections(void);
 extern void exit_connections(void);
-extern connection_t *new_connection(void) __attribute__((__malloc__));
+extern connection_t *new_connection(void) ATTR_MALLOC;
 extern void free_connection(connection_t *c);
 extern void connection_add(connection_t *c);
 extern void connection_del(connection_t *c);