From 44f16b6cd5b9cd9641c0c5df1c671c9e610ad7ac Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 6 Nov 2020 15:28:10 -0500 Subject: Added mod installation to cli interface --- libbible.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbible.h') diff --git a/libbible.h b/libbible.h index d21639a..cf8a1f4 100644 --- a/libbible.h +++ b/libbible.h @@ -63,8 +63,9 @@ namespace libbible { * @param language The language of the mod to install as provided from downloadModsAvailable * @param name The name of the bible version as provided from downloadModsAvailable * @see downloadModsAvailable() + * @return true on success, false otherwise */ - void installModFromInternet(std::string language, std::string name); + bool installModFromInternet(std::string language, std::string name); /** * @param filename Path to the .zip compressed module to be installed -- cgit v1.2.3