summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h
index b561a40fd..babb3511c 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -263,11 +263,7 @@ class CoreExport ServerConfig : public Extensible
InspIRCd* GetInstance();
- bool Downloading();
-
- void StartDownloads();
-
- void Complete(const std::string &filename, bool error);
+ void DoDownloads();
/** This holds all the information in the config file,
* it's indexed by tag name to a vector of key/values.