about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgmodule2_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedgmodule2_private.h')
-rwxr-xr-xsrc/wrapped/wrappedgmodule2_private.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgmodule2_private.h b/src/wrapped/wrappedgmodule2_private.h
new file mode 100755
index 00000000..45beba45
--- /dev/null
+++ b/src/wrapped/wrappedgmodule2_private.h
@@ -0,0 +1,14 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error meh!
+#endif
+
+//GO(_fini, 
+GO(g_module_build_path, pFpp)
+GO(g_module_close, iFp)
+GO(g_module_error, pFv)
+GO(g_module_make_resident, vFp)
+GO(g_module_name, pFp)
+GO(g_module_open, pFpi)
+GO(g_module_supported, iFv)
+GO(g_module_symbol, iFppp)
+//GO(_init,