summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h4
-rw-r--r--include/logger.h1
2 files changed, 1 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 5f57619d5..d1e6f4005 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -558,10 +558,6 @@ class CoreExport InspIRCd : public classbase
*/
bool OpenLog(char** argv, int argc);
- /** Close the currently open log file
- */
- void CloseLog();
-
/** Return true if a channel name is valid
* @param chname A channel name to verify
* @return True if the name is valid
diff --git a/include/logger.h b/include/logger.h
index d22b4203b..70407422f 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -41,6 +41,7 @@ class CoreExport LogManager : public classbase
ServerInstance = Instance;
}
+ void CloseLogs();
bool AddLogType(const std::string &type, LogStream *l);
bool DelLogType(const std::string &type, LogStream *l);
void Log(const std::string &type, int loglevel, const std::string &msg);