Fixed missing forward declaration of mail_message.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11592 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2007-10-27 16:48:17 +00:00
parent 87d691abcc
commit f676a041a8

View File

@ -10,6 +10,7 @@ struct guild_member;
struct guild_position;
struct s_pet;
struct s_homunculus;
struct mail_message;
int intif_parse(int fd);