]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Patch turning Config->sid from size_t to char **. This also undoes the total fuckery...
[user/henk/code/inspircd.git] / include / configreader.h
index b561a40fdaa6d2c67bc141063ff28a5945705b98..05194fbeac9badb07a99884304ffe76a20055262 100644 (file)
@@ -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.
@@ -617,7 +613,7 @@ class CoreExport ServerConfig : public Extensible
         * makes code simpler. 0AA, 1BB etc with letters are reserved
         * for services use.
         */
-       int sid;
+       char sid[MAXBUF];
 
        /** Construct a new ServerConfig
         */