diff options
author | Adam <Adam@anope.org> | 2013-05-05 01:55:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 01:55:04 -0400 |
commit | 1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch) | |
tree | 4486f0784bdf050fd7eb225c0cb9df352ce1f45a /include/defs.h | |
parent | 781defb7076ddfddf723ca08cd0a518b6657b64f (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.h | 3 |
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; |