summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-18 10:25:12 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-18 10:25:12 +0000
commit380852d1a7393ee7ca0ae9f45751ab1fb307f0d0 (patch)
treed45f19f904ffd09489b6a8a621ecd3d477c250ad /include/configreader.h
parent12ec2bc108e0f0219792cbbe78a6ce7d86818fe3 (diff)
First part of stuff for remote includes (this doesnt work yet)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8601 e03df62e-2008-0410-955e-edbf42e46eb7
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.