]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/cmd_oper.h
Routing more socket includes through socket.h
[user/henk/code/inspircd.git] / include / cmd_oper.h
index 9d1bec41047286fa46adfb3834b754240a85c02c..e71ca07a6a152b0b296261bca0b0242bcf4482ca 100644 (file)
@@ -2,10 +2,10 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
- *                <brain.net>
- *                <Craig.net>
+ *                <brain@chatspike.net>
+ *                <Craig@chatspike.net>
  *
  * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
@@ -28,6 +28,8 @@
 #include "users.h"
 #include "channels.h"
 
+bool OneOfMatches(const char* host, const char* hostlist);
+
 class cmd_oper : public command_t
 {
  public: