summaryrefslogtreecommitdiff
path: root/src/map/mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mail.h')
-rw-r--r--src/map/mail.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/map/mail.h b/src/map/mail.h
index 5e5883aa6..99742c7bd 100644
--- a/src/map/mail.h
+++ b/src/map/mail.h
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena Dev Teams
#ifndef _MAIL_H_
#define _MAIL_H_
@@ -20,4 +21,6 @@ struct mail_interface {
struct mail_interface *mail;
+void mail_defaults(void);
+
#endif /* _MAIL_H_ */