event_pipe: renamed functions from main_notify_* to event_pipe_*
Continuing the previous patch.
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
|
||||
extern GThread *main_task;
|
||||
|
||||
void init_main_notify(void);
|
||||
void event_pipe_init(void);
|
||||
|
||||
void deinit_main_notify(void);
|
||||
void event_pipe_deinit(void);
|
||||
|
||||
void wakeup_main_task(void);
|
||||
void event_pipe_signal(void);
|
||||
|
||||
void wait_main_task(void);
|
||||
void event_pipe_wait(void);
|
||||
|
||||
void
|
||||
main_notify_triggered(void);
|
||||
|
Reference in New Issue
Block a user