summaryrefslogtreecommitdiffstats
path: root/src/neigh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/neigh.h')
-rw-r--r--src/neigh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/neigh.h b/src/neigh.h
index 54b935e..713c10d 100644
--- a/src/neigh.h
+++ b/src/neigh.h
@@ -52,6 +52,6 @@ void gp_babel_neigh_unref_list(gp_babel_neigh_t *neigh);
uint16_t gp_babel_neigh_get_rxcost(gmrf_context_t *ctx, const gp_babel_neigh_t *neigh);
uint16_t gp_babel_neigh_get_txcost(gmrf_context_t *ctx, const gp_babel_neigh_t *neigh);
uint16_t gp_babel_neigh_get_cost(gmrf_context_t *ctx, const gp_babel_neigh_t *neigh);
-void gp_babel_neigh_reset(gmrf_iface_state_t *iface, gp_babel_neigh_t *neigh);
+void gp_babel_neigh_reset(gmrf_context_t *ctx, gmrf_iface_state_t *iface, gp_babel_neigh_t *neigh);
#endif /* _GMRF_PROTO_BABEL_NEIGH_H_ */