Skip to content
Snippets Groups Projects
Commit fdb415c6 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

some prototype fixes in RPL

parent 564eb457
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,4 @@
*/
#define ETX_RANK_MULTIPLIER (0x80)
rpl_of_t *rpl_get_of_mrhof();
rpl_of_t *rpl_get_of_mrhof(void);
......@@ -270,7 +270,7 @@ typedef struct rpl_of_t {
void (*reset)(rpl_dodag_t *);
void (*parent_state_callback)(rpl_parent_t *, int, int);
void (*init) (void); //OF specific init function
void (*process_dio) (); //DIO processing callback (acc. to OF0 spec, chpt 5)
void (*process_dio) (void); //DIO processing callback (acc. to OF0 spec, chpt 5)
} rpl_of_t;
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment