From de89946f5fe78323f113c6216c8b994a1eba49fe Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 24 Nov 2020 16:49:29 -0500 Subject: Removed dependency on unzip --- libbible.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbible.h') 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 -- cgit v1.2.3