From b81ff1c3772fddc5885042a29d8b8ece39a4629a Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 5 Mar 2008 17:09:47 +0000 Subject: - Merged Auction Search and Register. It seen to work fine, so you can test those. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12301 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/intif.h') diff --git a/src/map/intif.h b/src/map/intif.h index 4adfc0a6b..d2e3ca4f8 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -82,6 +82,9 @@ int intif_Mail_getattach(int char_id, int mail_id); 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 account_id, short type, int price, const char* searchtext); +int intif_Auction_register(int account_id, struct auction_data *auction); #endif int CheckForCharServer(void); -- cgit v1.2.3-60-g2f50