summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-27 16:48:17 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-27 16:48:17 +0000
commit86c9547726dcc3592a4ecccac0622c49b2da68d8 (patch)
tree7f2142d55ad9eb160b7225b2c6d2e78fe0ff0465 /src
parent08cdaa3158b17b839c841fb175bbeffbe186547c (diff)
downloadhercules-86c9547726dcc3592a4ecccac0622c49b2da68d8.tar.gz
hercules-86c9547726dcc3592a4ecccac0622c49b2da68d8.tar.bz2
hercules-86c9547726dcc3592a4ecccac0622c49b2da68d8.tar.xz
hercules-86c9547726dcc3592a4ecccac0622c49b2da68d8.zip
Fixed missing forward declaration of mail_message.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11592 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/intif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index 793c6bc3e..9ca982b88 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -10,6 +10,7 @@ struct guild_member;
struct guild_position;
struct s_pet;
struct s_homunculus;
+struct mail_message;
int intif_parse(int fd);