From c777c8d9aa7cd5c2e9a399727a7fa9985a77fb1c Mon Sep 17 00:00:00 2001 From: sjaz Date: Thu, 1 Jan 2009 12:00:20 +0000 Subject: Anope Stable Branch git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1902 5417fbe8-f217-4b02-8779-1006273d7864 --- include/messages.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 include/messages.h (limited to 'include/messages.h') diff --git a/include/messages.h b/include/messages.h new file mode 100644 index 000000000..47ac9cda7 --- /dev/null +++ b/include/messages.h @@ -0,0 +1,23 @@ +/* Declarations of IRC message structures, variables, and functions. + * + * (C) 2003-2008 Anope Team + * Contact us at info@anope.org + * + * 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$ + * + */ + +/*************************************************************************/ +#include "modules.h" + +extern Message messages[]; +extern void moduleAddMsgs(void); +extern Message *find_message(const char *name); + + +/*************************************************************************/ -- cgit