diff options
Diffstat (limited to 'src/util/mutex.h')
-rw-r--r-- | src/util/mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/mutex.h b/src/util/mutex.h index 283be53..524a461 100644 --- a/src/util/mutex.h +++ b/src/util/mutex.h @@ -12,5 +12,6 @@ struct Mutex { unsigned char lock_mutex(struct Mutex*, unsigned long); unsigned char release_mutex(struct Mutex*, unsigned long); +struct Mutex* create_mutex(void* addr); #endif |