diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-18 10:25:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-18 10:25:12 +0000 |
commit | 380852d1a7393ee7ca0ae9f45751ab1fb307f0d0 (patch) | |
tree | d45f19f904ffd09489b6a8a621ecd3d477c250ad /include | |
parent | 12ec2bc108e0f0219792cbbe78a6ce7d86818fe3 (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')
-rw-r--r-- | include/configreader.h | 6 |
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. |