diff options
Diffstat (limited to 'libbible.h')
-rw-r--r-- | libbible.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,8 +79,9 @@ namespace libbible { /** * @param filename Path to the .zip compressed module to be installed + * @return true on success, false otherwise */ - void installModFromZip(std::string filename); + bool installModFromZip(std::string filename); /** * @param modname The name of the module to be removed |