aboutsummaryrefslogtreecommitdiff
path: root/src/threading.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threading.h')
-rw-r--r--src/threading.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threading.h b/src/threading.h
index b95733d..1d304fa 100644
--- a/src/threading.h
+++ b/src/threading.h
@@ -217,5 +217,6 @@ bool_t THREAD_WAIT_IMPL( THREAD_T *ref, double secs, SIGNAL_T *signal_ref, MUTEX
217#endif // // THREADWAIT_METHOD == THREADWAIT_CONDVAR 217#endif // // THREADWAIT_METHOD == THREADWAIT_CONDVAR
218 218
219void THREAD_KILL( THREAD_T *ref ); 219void THREAD_KILL( THREAD_T *ref );
220void THREAD_SETNAME( char const* _name);
220 221
221#endif // __threading_h__ 222#endif // __threading_h__