IPStack - Working on removing future packet cache
[tpg/acess2.git] / Kernel / include / threads.h
index f53bbad..68fb955 100644 (file)
@@ -111,6 +111,7 @@ extern BOOL gaThreads_NoTaskSwitch[MAX_CPUS];
 
 // === FUNCTIONS ===
 extern tThread *Proc_GetCurThread(void);
+
 extern tThread *Threads_GetThread(Uint TID);
 extern void    Threads_SetPriority(tThread *Thread, int Pri);
 extern int     Threads_Wake(tThread *Thread);

UCC git Repository :: git.ucc.asn.au