about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/library.h b/src/include/library.h
index 4fdfa65a..48200a9e 100755
--- a/src/include/library.h
+++ b/src/include/library.h
@@ -40,6 +40,6 @@ lib_t* GetMaplib(library_t* lib);
 int GetElfIndex(library_t* lib);    // -1 if no elf (i.e. wrapped)
 elfheader_t* GetElf(library_t* lib);    // NULL if no elf (i.e. wrapped)
 void* GetHandle(library_t* lib);    // NULL if not wrapped
-void IncRefCount(library_t* lib);
+void IncRefCount(library_t* lib, x64emu_t* emu);
 
 #endif //__LIBRARY_H_