X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=48c839b538cca38d7d15234216c051ddd795f6c2;hp=78c7a5bfc558c6759eeeac8577aac3fa36b66aa6;hb=42d2dff33306beae8ddbd9cc991ad80f135950a6;hpb=b34eb5555d40b7e87c1e06988250e4977a793c09 diff --git a/src/connection.h b/src/connection.h index 78c7a5bf..48c839b5 100644 --- a/src/connection.h +++ b/src/connection.h @@ -113,9 +113,9 @@ extern connection_t *everyone; extern void init_connections(void); extern void exit_connections(void); extern connection_t *new_connection(void) __attribute__((__malloc__)); -extern void free_connection(connection_t *); -extern void connection_add(connection_t *); -extern void connection_del(connection_t *); -extern bool dump_connections(struct connection_t *); +extern void free_connection(connection_t *c); +extern void connection_add(connection_t *c); +extern void connection_del(connection_t *c); +extern bool dump_connections(struct connection_t *c); #endif