From b7ad864ec8b5f26b02dc0b34208c27d504077c2e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 19 Mar 2013 04:21:03 +0100 Subject: Move packet handling to a separate source file --- src/babel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/babel.h') diff --git a/src/babel.h b/src/babel.h index 4e521cc..bd044ff 100644 --- a/src/babel.h +++ b/src/babel.h @@ -85,4 +85,7 @@ static inline gp_babel_iface_t* gp_babel_get_iface(gmrf_context_t *ctx, gmrf_ifa return NULL; } + +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); + #endif /* _GMRF_PROTO_BABEL_BABEL_H_ */ -- cgit v1.2.3