X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=inline;f=src%2Fmeta.h;h=d016dd75f2ec3639b59d081bae909885a9fd168e;hb=8ebb017a10cd85406ddf5ab60d8ef1f56df526ff;hp=0aa8c86de434051831ade2a10b8f2bc4bc627adb;hpb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d;p=tinc diff --git a/src/meta.h b/src/meta.h index 0aa8c86d..d016dd75 100644 --- a/src/meta.h +++ b/src/meta.h @@ -27,6 +27,7 @@ extern bool send_meta(struct connection_t *, const char *, int); extern void broadcast_meta(struct connection_t *, const char *, int); +extern bool flush_meta(struct connection_t *); extern bool receive_meta(struct connection_t *); #endif /* __TINC_META_H__ */