diff options
| author | 2008-02-24 14:18:25 +0000 | |
|---|---|---|
| committer | 2008-02-24 14:18:25 +0000 | |
| commit | 2dca25b85b6e25e28fe8f1bdc705fda77c6c28e4 (patch) | |
| tree | ac24fcb6fe9be3a4f9b899ed61b7338652c1b197 /include | |
| parent | First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er... (diff) | |
Probably doesnt run
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9014 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 2 |
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. |
