aboutsummaryrefslogtreecommitdiff
path: root/libbible.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbible.h')
-rw-r--r--libbible.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbible.h b/libbible.h
index c1058e7..82a15ab 100644
--- a/libbible.h
+++ b/libbible.h
@@ -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