From 8a43743a4267ac2c8348c4a477f298fd31fd0ae2 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Tue, 8 Jun 2010 21:41:02 +0000 Subject: [PATCH] Updated declaration for rpl_alloc_dag. --- core/net/rpl/rpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rpl/rpl.h b/core/net/rpl/rpl.h index f52e83760..ceeb7595b 100644 --- a/core/net/rpl/rpl.h +++ b/core/net/rpl/rpl.h @@ -30,7 +30,7 @@ * * Author: Joakim Eriksson, Nicolas Tsiftes * - * $Id: rpl.h,v 1.15 2010/06/08 16:21:54 nvt-se Exp $ + * $Id: rpl.h,v 1.16 2010/06/08 21:41:02 nvt-se Exp $ */ #ifndef RPL_H @@ -277,7 +277,7 @@ int rpl_set_default_route(rpl_dag_t *dag, uip_ipaddr_t *from); void rpl_process_dio(uip_ipaddr_t *, rpl_dio_t *); /* DAG allocation and deallocation. */ -rpl_dag_t *rpl_alloc_dag(void); +rpl_dag_t *rpl_alloc_dag(uint8_t); void rpl_free_dag(rpl_dag_t *); /* DAG parent management function. */