diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-27 16:48:17 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-27 16:48:17 +0000 |
commit | 86c9547726dcc3592a4ecccac0622c49b2da68d8 (patch) | |
tree | 7f2142d55ad9eb160b7225b2c6d2e78fe0ff0465 /src | |
parent | 08cdaa3158b17b839c841fb175bbeffbe186547c (diff) | |
download | hercules-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.h | 1 |
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); |