Function flush_meta() does not exist anymore.

This commit is contained in:
Sven-Haegar Koch 2010-03-28 17:51:26 +02:00
parent c6d2b9d734
commit 685509ffe1

View file

@ -25,7 +25,6 @@
extern bool send_meta(struct connection_t *, const char *, int);
extern void broadcast_meta(struct connection_t *, const char *, int);
extern void flush_meta(int fd, short events, void *data);
extern bool receive_meta(struct connection_t *);
#endif /* __TINC_META_H__ */