diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index eed74f10a..ac9d0273a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -260,6 +260,8 @@ class CoreExport ServerConfig : public Extensible bool Downloading(); void StartDownloads(); + + void Complete(const std::string &filename, bool error); /** This holds all the information in the config file, * it's indexed by tag name to a vector of key/values. |