aboutsummaryrefslogtreecommitdiff
path: root/libbible.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-11-24 16:49:29 -0500
committerYour Name <you@example.com>2020-11-24 16:49:29 -0500
commitde89946f5fe78323f113c6216c8b994a1eba49fe (patch)
treead2c59484b5a4d6588e5efc0cc304172245aeeb4 /libbible.h
parent51734065a38cf6db48fe9fb4b16461ce424cad90 (diff)
downloadlibbible-de89946f5fe78323f113c6216c8b994a1eba49fe.tar.gz
libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.tar.bz2
libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.zip
Removed dependency on unzip
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