Revision a33cec74 apps/HelloWorld/helloworld.h

View differences:

apps/HelloWorld/helloworld.h
30 30
void helloShutdown(urt_node_t* node, urt_status_t cause, void* arg);
31 31
urt_osEventMask_t helloSetup(urt_node_t* node, void* arg);
32 32
urt_osEventMask_t helloLoop(urt_node_t* node, urt_osEventMask_t events, void* arg);
33
void helloWorldInit(urt_node_t* node, urt_osThread_t* thread);
33
void helloWorldInit(urt_node_t* node, urt_osThread_t* thread, void* arg);
34 34

  
35 35
#if defined(__cplusplus)
36 36
}

Also available in: Unified diff