1
0
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:
nova
2025-08-30 21:01:40 +02:00
parent 5afabfb412
commit 69f9a609e5
2 changed files with 11 additions and 18 deletions

View File

@@ -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();