diff options
author | Your Name <you@example.com> | 2020-11-24 16:49:29 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2020-11-24 16:49:29 -0500 |
commit | de89946f5fe78323f113c6216c8b994a1eba49fe (patch) | |
tree | ad2c59484b5a4d6588e5efc0cc304172245aeeb4 /libbible.h | |
parent | 51734065a38cf6db48fe9fb4b16461ce424cad90 (diff) | |
download | libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.tar.gz libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.tar.bz2 libbible-de89946f5fe78323f113c6216c8b994a1eba49fe.zip |
Removed dependency on unzip
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 |