X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.h;h=2784947c242376a13de6935c589f0e9f4a82bff3;hp=cd9c2985b8d6ce07841b937e7b8dcebe82ff92b1;hb=950fb8e916b0e248dcaa72c96859acd6046683aa;hpb=73d0dcfcc1019ee745a422982b4e3ede9d59dd91 diff --git a/src/meta.h b/src/meta.h index cd9c2985..2784947c 100644 --- a/src/meta.h +++ b/src/meta.h @@ -17,16 +17,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: meta.h,v 1.1.2.2 2000/10/01 03:21:49 guus Exp $ + $Id: meta.h,v 1.1.2.3 2000/10/11 10:35:16 guus Exp $ */ #ifndef __TINC_META_H__ #define __TINC_META_H__ -#include net.h +#include "net.h" -extern int send_meta(conn_list_t *, const char *, int) -extern int broadcast_meta(conn_list_t *, const char *, int) -extern int receive_meta(conn_list_t *) +extern int send_meta(conn_list_t *, const char *, int); +extern int broadcast_meta(conn_list_t *, const char *, int); +extern int receive_meta(conn_list_t *); #endif /* __TINC_META_H__ */