summaryrefslogtreecommitdiffstats
path: root/src/babel.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-20 00:36:31 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-20 00:36:31 +0100
commitde428f0b8f3a959038d06d00fcf2fb4d2ce156d2 (patch)
treebada4b9fa624dcf123da30fa37032e8f794a2610 /src/babel.h
parentb7ad864ec8b5f26b02dc0b34208c27d504077c2e (diff)
downloadbabel-de428f0b8f3a959038d06d00fcf2fb4d2ce156d2.tar
babel-de428f0b8f3a959038d06d00fcf2fb4d2ce156d2.zip
Move send functions to a new source file
Diffstat (limited to 'src/babel.h')
-rw-r--r--src/babel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/babel.h b/src/babel.h
index bd044ff..d6224ff 100644
--- a/src/babel.h
+++ b/src/babel.h
@@ -87,5 +87,6 @@ static inline gp_babel_iface_t* gp_babel_get_iface(gmrf_context_t *ctx, gmrf_ifa
void gp_babel_handle_packet(gmrf_t *gmrf, gmrf_context_t *ctx, gp_babel_iface_t *iface, const gmrf_addr_t *source, const gp_babel_packet_t *packet);
+void gp_babel_send_hellos(gmrf_t *gmrf, gmrf_context_t *ctx);
#endif /* _GMRF_PROTO_BABEL_BABEL_H_ */