mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Added prototype missing for quite some time now - do we need -Werror ?
This commit is contained in:
parent
522f991f14
commit
e60db62b10
@ -39,7 +39,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: route.h,v 1.11 2009/05/10 21:08:01 adamdunkels Exp $
|
* $Id: route.h,v 1.12 2009/08/20 20:27:17 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -71,6 +71,7 @@ int route_add(const rimeaddr_t *dest, const rimeaddr_t *nexthop,
|
|||||||
uint8_t cost, uint8_t seqno);
|
uint8_t cost, uint8_t seqno);
|
||||||
struct route_entry *route_lookup(const rimeaddr_t *dest);
|
struct route_entry *route_lookup(const rimeaddr_t *dest);
|
||||||
void route_refresh(struct route_entry *e);
|
void route_refresh(struct route_entry *e);
|
||||||
|
void route_decay(struct route_entry *e);
|
||||||
void route_remove(struct route_entry *e);
|
void route_remove(struct route_entry *e);
|
||||||
void route_flush_all(void);
|
void route_flush_all(void);
|
||||||
void route_set_lifetime(int seconds);
|
void route_set_lifetime(int seconds);
|
||||||
|
Loading…
Reference in New Issue
Block a user