Export flush_meta().
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:45 +0000 (12:43 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:45 +0000 (12:43 +0000)
src/meta.h

index 0aa8c86..d016dd7 100644 (file)
@@ -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__ */