summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logger.h')
-rw-r--r--include/logger.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/include/logger.h b/include/logger.h
index 3ba93a1e9..a6e3ca113 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -1,6 +1,21 @@
+/*
+ *
+ * (C) 2003-2012 Anope Team
+ * Contact us at team@anope.org
+ *
+ * Please read COPYING and README for further details.
+ *
+ * Based on the original code of Epona by Lara.
+ * Based on the original code of Services by Andy Church.
+ *
+ */
+
#ifndef LOGGER_H
#define LOGGER_H
+#include "anope.h"
+#include "defs.h"
+
enum LogType
{
LOG_ADMIN,
@@ -29,7 +44,6 @@ struct LogFile
Anope::string GetName() const;
};
-class Command;
class CoreExport Log
{