summaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
committerAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
commit1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch)
tree4486f0784bdf050fd7eb225c0cb9df352ce1f45a /include/defs.h
parent781defb7076ddfddf723ca08cd0a518b6657b64f (diff)
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/defs.h b/include/defs.h
index 34e900717..8e1f17898 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -20,9 +20,11 @@ class ChanAccess;
class Channel;
class ChannelInfo;
class ChannelStatus;
+struct ChanUserContainer;
class ClientSocket;
class Command;
class CommandSource;
+namespace Configuration { class Conf; }
class ConnectionSocket;
namespace DNS { class Packet; }
class Entry;
@@ -42,7 +44,6 @@ class ReferenceBase;
class Regex;
class Serializable;
class Server;
-class ServerConfig;
class Socket;
class Thread;
class User;