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/char_sql/int_mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/char_sql/int_mail.h') diff --git a/src/char_sql/int_mail.h b/src/char_sql/int_mail.h index 8496f61fb..77db51e5b 100644 --- a/src/char_sql/int_mail.h +++ b/src/char_sql/int_mail.h @@ -5,6 +5,7 @@ #define _INT_MAIL_SQL_H_ int inter_mail_parse_frommap(int fd); +void mail_sendmail(int send_id, const char* send_name, int dest_id, const char* dest_name, const char* title, const char* body, int zeny, struct item *item); int inter_mail_sql_init(void); void inter_mail_sql_final(void); -- cgit v1.2.3-60-g2f50