From de428f0b8f3a959038d06d00fcf2fb4d2ce156d2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 20 Mar 2013 00:36:31 +0100 Subject: Move send functions to a new source file --- src/babel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/babel.h') 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_ */ -- cgit v1.2.3