X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=AcessNative%2Facesskernel_src%2Finclude%2Fthreads_int.h;h=1294a5f4adac8d2b8c0a5ad96aa217a76133d0a4;hb=9b61291b136d9fdc196ddab582cdb6cff8b70b09;hp=f070a50e4b2549b592d361bfe464eeed45818e67;hpb=49fee999ebaa079cbd48a98edd2323f7b0bbb03c;p=tpg%2Facess2.git diff --git a/AcessNative/acesskernel_src/include/threads_int.h b/AcessNative/acesskernel_src/include/threads_int.h index f070a50e..1294a5f4 100644 --- a/AcessNative/acesskernel_src/include/threads_int.h +++ b/AcessNative/acesskernel_src/include/threads_int.h @@ -72,7 +72,7 @@ enum { THREAD_STAT_DEAD, // Awaiting burial (free) THREAD_STAT_BURIED // If it's still on the list here, something's wrong }; -extern tThread *Threads_GetThread(Uint TID); +extern struct sThread *Threads_GetThread(Uint TID); #endif