diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-07 20:38:33 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-07 20:38:33 +0000 |
commit | b2aec3fdf96913c1ebe69957d7c8d556988e6af2 (patch) | |
tree | 092c9193ace099c13eaea28af418fcfadcb1cdff /src/map/intif.h | |
parent | 6b93f724139c3ab1e74c68ce79a79ecb525848f8 (diff) | |
download | hercules-b2aec3fdf96913c1ebe69957d7c8d556988e6af2.tar.gz hercules-b2aec3fdf96913c1ebe69957d7c8d556988e6af2.tar.bz2 hercules-b2aec3fdf96913c1ebe69957d7c8d556988e6af2.tar.xz hercules-b2aec3fdf96913c1ebe69957d7c8d556988e6af2.zip |
- Fixed some bugs on auction.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12318 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-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 8628e752b..8f3cd1d9a 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -11,6 +11,7 @@ struct guild_position; struct s_pet; struct s_homunculus; struct mail_message; +struct auction_data; int intif_parse(int fd); |