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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/base/exportFunction.h b/src/base/exportFunction.h
deleted file mode 100644
index 8e01fc9..0000000
--- a/src/base/exportFunction.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#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
-