summaryrefslogtreecommitdiff
path: root/include/dynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dynamic.h')
-rw-r--r--include/dynamic.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/dynamic.h b/include/dynamic.h
index ccb22f8cc..01bdcdec5 100644
--- a/include/dynamic.h
+++ b/include/dynamic.h
@@ -45,7 +45,10 @@ class CoreExport DLLManager : public classbase
/** Return a module by calling the init function
*/
- Module* callInit();
+ Module* CallInit();
+
+ /** Get detailed version information from the module file */
+ std::string GetVersion();
};
#endif