Export flush_meta().

This commit is contained in:
Guus Sliepen 2006-03-19 12:43:45 +00:00
parent 098090468a
commit fb1cda2ca4

View 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__ */