diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 15:52:15 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 15:52:15 +0000 |
commit | 4c8554d9bb073eccfde7525f2ad33d9de9f0b7f1 (patch) | |
tree | 8513a1c9783fd8a95db68ebf8a862491d5e0a528 /src/map/intif.h | |
parent | 67264ee2c1e40690401ddc1d3f509f21b3281735 (diff) | |
download | hercules-4c8554d9bb073eccfde7525f2ad33d9de9f0b7f1.tar.gz hercules-4c8554d9bb073eccfde7525f2ad33d9de9f0b7f1.tar.bz2 hercules-4c8554d9bb073eccfde7525f2ad33d9de9f0b7f1.tar.xz hercules-4c8554d9bb073eccfde7525f2ad33d9de9f0b7f1.zip |
- Added support for Auction Close and Cancel.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12323 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 8f3cd1d9a..743057fb4 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -86,6 +86,8 @@ int intif_Mail_send(int account_id, struct mail_message *msg); // AUCTION SYSTEM int intif_Auction_requestlist(int char_id, short type, int price, const char* searchtext); int intif_Auction_register(struct auction_data *auction); +int intif_Auction_cancel(int char_id, unsigned int auction_id); +int intif_Auction_close(int char_id, unsigned int auction_id); #endif int CheckForCharServer(void); |