mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
removal of socal_status
This commit is contained in:
10
threading.h
10
threading.h
@@ -5,10 +5,10 @@
|
||||
#include "threading.c"
|
||||
#endif
|
||||
|
||||
void *thread_lft(void *data);
|
||||
void *thread_mid(void *data);
|
||||
void *thread_rgt(void *data);
|
||||
void *thread_top(void *data);
|
||||
void *thread_btm(void *data);
|
||||
void *thread_lft();
|
||||
void *thread_mid();
|
||||
void *thread_rgt();
|
||||
void *thread_top();
|
||||
void *thread_btm();
|
||||
void threading_init();
|
||||
void threading_free();
|
||||
|
Reference in New Issue
Block a user