From a0272c2d615e4579e8efb767cc6c28302b2c92cd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Sep 2008 07:14:11 +0200 Subject: notify: added notify_deinit() Destroy the mutex when it is not used anymore. --- src/main_notify.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main_notify.h') diff --git a/src/main_notify.h b/src/main_notify.h index c7bba4440..dd30dc5d6 100644 --- a/src/main_notify.h +++ b/src/main_notify.h @@ -23,6 +23,8 @@ void init_main_notify(void); +void deinit_main_notify(void); + void wakeup_main_task(void); void wait_main_task(void); -- cgit v1.2.3