From fb1cda2ca4ca74a85e88c39c11b97340e6495a08 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 19 Mar 2006 12:43:45 +0000 Subject: [PATCH 1/1] Export flush_meta(). --- src/meta.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meta.h b/src/meta.h index 0aa8c86..d016dd7 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__ */ -- 2.25.1