X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=bf6cc4ca7dedde9c17e002dc9276be166d66c802;hp=fa475dfb758d32f3c69a4d201f0125c5d230bf9c;hb=6f9f6779e6bd1dd7bb795b42dad550863a386ca8;hpb=9f38e394636a177c00a4545de2a99c661de36386 diff --git a/src/meta.c b/src/meta.c index fa475dfb..bf6cc4ca 100644 --- a/src/meta.c +++ b/src/meta.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: meta.c,v 1.1.2.29 2002/09/09 21:24:34 guus Exp $ + $Id: meta.c,v 1.1.2.30 2002/09/09 22:32:39 guus Exp $ */ #include "config.h" @@ -39,7 +39,7 @@ #include "system.h" #include "protocol.h" -int send_meta(connection_t * c, char *buffer, int length) +int send_meta(connection_t *c, char *buffer, int length) { char *bufp; int outlen; @@ -67,7 +67,7 @@ int send_meta(connection_t * c, char *buffer, int length) return 0; } -void broadcast_meta(connection_t * from, char *buffer, int length) +void broadcast_meta(connection_t *from, char *buffer, int length) { avl_node_t *node; connection_t *c; @@ -82,7 +82,7 @@ void broadcast_meta(connection_t * from, char *buffer, int length) } } -int receive_meta(connection_t * c) +int receive_meta(connection_t *c) { int x, l = sizeof(x); int oldlen, i;