More work on the FAT driver, more messy, but more complete
[tpg/acess2.git] / Kernel / include / binary_ext.h
index 8b8a6df..67c6073 100644 (file)
@@ -12,6 +12,6 @@ extern void   *Binary_LoadKernel(char *Path);
 extern Uint    Binary_Relocate(void *Mem);
 extern void    Binary_Unload(void *Base);
 extern int     Binary_GetSymbol(char *Name, Uint *Dest);
-extern Uint    Binary_FindSymbol(void *Base, char *Name, Uint *Dest);
+extern Uint    Binary_FindSymbol(void *Base, char *Name, Uint *Val);
 
 #endif

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