diff options
Diffstat (limited to 'src/include/library.h')
| -rwxr-xr-x | src/include/library.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/library.h b/src/include/library.h index 9af07c34..26f395dc 100755 --- a/src/include/library.h +++ b/src/include/library.h @@ -9,7 +9,7 @@ typedef struct box64context_s box64context_t; typedef struct x64emu_s x64emu_t; typedef struct needed_libs_s needed_libs_t; -library_t *NewLibrary(const char* path, box64context_t* box86); +library_t *NewLibrary(const char* path, box64context_t* box64); int AddSymbolsLibrary(lib_t* maplib, library_t* lib, x64emu_t* emu); int FinalizeLibrary(library_t* lib, lib_t* local_maplib, x64emu_t* emu); int ReloadLibrary(library_t* lib, x64emu_t* emu); @@ -33,4 +33,4 @@ lib_t* GetMaplib(library_t* lib); int GetElfIndex(library_t* lib); // -1 if no elf (i.e. native) void* GetHandle(library_t* lib); // NULL if not native -#endif //__LIBRARY_H_ \ No newline at end of file +#endif //__LIBRARY_H_ |