summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-24 14:18:25 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-24 14:18:25 +0000
commit2dca25b85b6e25e28fe8f1bdc705fda77c6c28e4 (patch)
treeac24fcb6fe9be3a4f9b899ed61b7338652c1b197 /include/configreader.h
parentd43120ca4a68006811b3645d0d9065ac098ddc65 (diff)
Probably doesnt run
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9014 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index a5ae36c09..d8fa3b418 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -261,7 +261,7 @@ class CoreExport ServerConfig : public Extensible
InspIRCd* GetInstance();
- void DoDownloads();
+ int DoDownloads();
/** This holds all the information in the config file,
* it's indexed by tag name to a vector of key/values.