nhrp prototype function was not declared at top of the file.
fixing it.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
struct hash *nhrp_gre_list;
+static void nhrp_interface_update_cache_config(struct interface *ifp,
+ bool available,
+ uint8_t family);
+
static unsigned int nhrp_gre_info_key(const void *data)
{
const struct nhrp_gre_info *r = data;
return a;
}
-static void nhrp_interface_update_cache_config(struct interface *ifp,
- bool available,
- uint8_t family);
-
static int nhrp_if_new_hook(struct interface *ifp)
{
struct nhrp_interface *nifp;