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 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