X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Finclude%2Facess.h;h=963cb9cf82e7943f0c272bd68ebf7fa96ee5375c;hb=990163cee7bc86c0c6123034234264abb7bbf53c;hp=7afdb5e1adb0782ee726a0ac2ed339342e5f9216;hpb=049de1f2533477716a12a708c097b199eaa8fb6c;p=tpg%2Facess2.git diff --git a/Kernel/include/acess.h b/Kernel/include/acess.h index 7afdb5e1..963cb9cf 100644 --- a/Kernel/include/acess.h +++ b/Kernel/include/acess.h @@ -328,6 +328,7 @@ extern Uint8 ByteSum(void *Ptr, int Size); */ extern Uint rand(); +extern int CallWithArgArray(void *Function, int NArgs, Uint *Args); // --- Heap --- /**