uip-ds6-route: make nbr_routes global

This commit is contained in:
Simon Duquennoy 2015-09-21 18:32:42 +02:00
parent 77d8322da8
commit dfd61b6cc9
1 changed files with 3 additions and 0 deletions

View File

@ -40,9 +40,12 @@
#ifndef UIP_DS6_ROUTE_H
#define UIP_DS6_ROUTE_H
#include "net/nbr-table.h"
#include "sys/stimer.h"
#include "lib/list.h"
NBR_TABLE_DECLARE(nbr_routes);
void uip_ds6_route_init(void);
#ifndef UIP_CONF_UIP_DS6_NOTIFICATIONS