summaryrefslogtreecommitdiff
path: root/include/mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mail.h')
-rw-r--r--include/mail.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/mail.h b/include/mail.h
index 31f35d92d..06cfe4b39 100644
--- a/include/mail.h
+++ b/include/mail.h
@@ -1,7 +1,22 @@
+/*
+ *
+ * (C) 2003-2012 Anope Team
+ * Contact us at team@anope.org
+ *
+ * Please read COPYING and README for further details.
+ *
+ * Based on the original code of Epona by Lara.
+ * Based on the original code of Services by Andy Church.
+ *
+ *
+ */
+
#ifndef MAIL_H
#define MAIL_H
#include "anope.h"
+#include "threadengine.h"
+
extern CoreExport bool Mail(User *u, NickCore *nc, BotInfo *service, const Anope::string &subject, const Anope::string &message);
extern CoreExport bool Mail(NickCore *nc, const Anope::string &subject, const Anope::string &message);