summaryrefslogtreecommitdiff
path: root/src/base/exportFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/exportFunction.h')
-rw-r--r--src/base/exportFunction.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/base/exportFunction.h b/src/base/exportFunction.h
new file mode 100644
index 0000000..5f3f1d0
--- /dev/null
+++ b/src/base/exportFunction.h
@@ -0,0 +1,12 @@
+
+#ifndef EXPORT_FUNCTION_H
+
+#define EXPORT_FUNCTION_H
+
+extern void initExortFunction();
+extern void addToExportFce(char *name, void *function);
+extern void* getExportFce(char *name);
+extern void quitExportFunction();
+
+#endif
+