summaryrefslogtreecommitdiff
path: root/src/base/exportFunction.h
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-28 21:54:04 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-28 21:54:04 +0000
commiteb71aa0d04d91d3463981e6ff304282c6f482087 (patch)
tree21cc7563f4c8fa1a97c3562547d5e197097e1472 /src/base/exportFunction.h
parent554234f4f238305ee82504bdbb51096efaea74f0 (diff)
- nove nastaveni pro klavesy (not yet complete), smazte keyconfig
- par uprav pro win32 (ve stejnem stavu jako predchozi) git-svn-id: http://opensvn.csie.org/tuxanci_ng@177 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/exportFunction.h')
-rw-r--r--src/base/exportFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/exportFunction.h b/src/base/exportFunction.h
index 5f3f1d0..8e01fc9 100644
--- a/src/base/exportFunction.h
+++ b/src/base/exportFunction.h
@@ -5,6 +5,7 @@
extern void initExortFunction();
extern void addToExportFce(char *name, void *function);
+
extern void* getExportFce(char *name);
extern void quitExportFunction();