projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0980904
)
Export flush_meta().
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:45 +0000
(12:43 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:45 +0000
(12:43 +0000)
src/meta.h
patch
|
blob
|
history
diff --git
a/src/meta.h
b/src/meta.h
index 0aa8c86de434051831ade2a10b8f2bc4bc627adb..d016dd75f2ec3639b59d081bae909885a9fd168e 100644
(file)
--- 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__ */