summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 19:34:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 19:34:06 +0000
commit60a6385be43050bd09d502fdac1352c03e36b4a8 (patch)
treefb6d8200faec881478e25e4e840c55813eefd46d /include
parent64087572950e3331029922626fa8605273c27da3 (diff)
Provide a facility for modules to flag a config file completed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8576 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h2
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.