diff options
Diffstat (limited to 'libbible.h')
-rw-r--r-- | libbible.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |