Skip to content

Commit

Permalink
Follow up de3f442
Browse files Browse the repository at this point in the history
Special Thanks to kyeme, Xgear

Signed-off-by: shennetsind <ind@henn.et>
  • Loading branch information
shennetsind committed Jun 15, 2013
1 parent cf78beb commit 8fb06fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/map/mail.c
Original file line number Diff line number Diff line change
@@ -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

#include "../common/nullpo.h"
#include "../common/showmsg.h"
Expand Down
7 changes: 5 additions & 2 deletions src/map/mail.h
Original file line number Diff line number Diff line change
@@ -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_
Expand All @@ -20,4 +21,6 @@ struct mail_interface {

struct mail_interface *mail;

void mail_defaults(void);

#endif /* _MAIL_H_ */
2 changes: 2 additions & 0 deletions src/map/map.c
Original file line number Diff line number Diff line change
Expand Up @@ -5239,6 +5239,7 @@ void map_hp_symbols(void) {
HPM->share(ircbot,"ircbot");
HPM->share(itemdb,"itemdb");
HPM->share(logs,"logs");
HPM->share(mail,"mail");
HPM->share(script,"script");
HPM->share(searchstore,"searchstore");
HPM->share(skill,"skill");
Expand Down Expand Up @@ -5269,6 +5270,7 @@ void load_defaults(void) {
ircbot_defaults();
itemdb_defaults();
log_defaults();
mail_defaults();
npc_defaults();
script_defaults();
searchstore_defaults();
Expand Down

0 comments on commit 8fb06fb

Please sign in to comment.