Added function prototypes to a number of functions with void arguments
This commit is contained in:
parent
82e8eb420d
commit
b42ccaed1b
3 changed files with 3 additions and 4 deletions
|
@ -79,7 +79,7 @@ rpl_instance_t instance_table[RPL_MAX_INSTANCES];
|
|||
rpl_instance_t *default_instance;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
rpl_dag_init()
|
||||
rpl_dag_init(void)
|
||||
{
|
||||
nbr_table_register(rpl_parents, (nbr_table_callback *)rpl_remove_parent);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue