summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
commit8d3d1775aeec744d54b3acfacc01cc70eadb44be (patch)
tree705674939690af9afa2b2258bb15ad0b3064e95d /include/extern.h
parentc037e6a6e9f71f7209cda0342dcb0e9c332b6804 (diff)
Core skeleton of IRCDProtoNew class created.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1195 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/extern.h b/include/extern.h
index 85acc59a5..8b371167c 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -6,9 +6,9 @@
* Please read COPYING and README for furhter details.
*
* Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- * $Id$
+ * Based on the original code of Services by Andy Church.
+ *
+ * $Id$
*
*/
@@ -562,7 +562,7 @@ E char *DefConAkillReason;
E char *DefConOffMessage;
E long unsigned int UserKey1;
-E long unsigned int UserKey2;
+E long unsigned int UserKey2;
E long unsigned int UserKey3;
/**** converter.c ****/
@@ -608,6 +608,7 @@ E int init_secondary(int ac, char **av);
E int servernum;
/**** ircd.c ****/
+E void pmodule_ircd_proto(IRCDProtoNew *);
E void pmodule_set_mod_current_buffer(void (*func) (int ac, char **av));
E void pmodule_cmd_svsnoop(void (*func) (const char *server, int set));
E void pmodule_cmd_remove_akill(void (*func) (const char *user, const char *host));
@@ -1001,7 +1002,7 @@ E int check_szline(char *nick, char *ip);
E Server *server_global(Server * s, char *msg);
-E int OSOpersOnly;
+E int OSOpersOnly;
E time_t DefContimer;
E void runDefCon(void);
E int defconParseModeString(const char *str);