From 603dc60466a7067ecb68384185cb1c20aaea7366 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sat, 8 Mar 2008 20:11:28 +0000 Subject: - Auction System implementation completed. - As mail system, this will need a "mapflag" or something to only allow auctions on some maps. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12325 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/intif.h') diff --git a/src/map/intif.h b/src/map/intif.h index 743057fb4..a713be7ea 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -84,10 +84,11 @@ int intif_Mail_delete(int char_id, int mail_id); int intif_Mail_return(int char_id, int mail_id); 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_requestlist(int char_id, short type, int price, const char* searchtext, short page); 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); +int intif_Auction_bid(int char_id, const char* name, unsigned int auction_id, int bid); #endif int CheckForCharServer(void); -- cgit v1.2.3-70-g09d2