]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dynamic.h
Somehow this return got removed, should fix "Access denied by configuration" crash
[user/henk/code/inspircd.git] / include / dynamic.h
index ccb22f8cce1cd5ff549838eb8cdee4e828017dde..01bdcdec5e6f67e91deae41f8c1b5e62a04a8083 100644 (file)
@@ -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