about summary refs log tree commit diff stats
path: root/src/librarian/library_inner.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-22 20:57:31 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-22 20:57:31 +0200
commit58cdb1bda2f2dd6a0bc5ea42e99b279fc687c06b (patch)
tree099bf5dc7d814272d6842df6656c2e672d5a1143 /src/librarian/library_inner.h
parenta530f565110875c431ff9600ee9da4a640599ec7 (diff)
downloadbox64-58cdb1bda2f2dd6a0bc5ea42e99b279fc687c06b.tar.gz
box64-58cdb1bda2f2dd6a0bc5ea42e99b279fc687c06b.zip
Refactored, again, elfloader symbol fetching (ported from box86)
Diffstat (limited to 'src/librarian/library_inner.h')
-rw-r--r--src/librarian/library_inner.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/librarian/library_inner.h b/src/librarian/library_inner.h
new file mode 100644
index 00000000..68598b32
--- /dev/null
+++ b/src/librarian/library_inner.h
@@ -0,0 +1,7 @@
+#ifndef __LIBRARY_INNER_H__
+#define __LIBRARY_INNER_H__
+
+void WrappedLib_CommonInit(library_t* lib);
+void WrappedLib_FinishFini(library_t* lib);
+
+#endif
\ No newline at end of file