diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-05 17:09:47 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-05 17:09:47 +0000 |
commit | b81ff1c3772fddc5885042a29d8b8ece39a4629a (patch) | |
tree | 055aa194633551bb98dbfc83352079a3f4512816 /src/char_sql/int_auction.h | |
parent | 0a21b3250da89a79769f40ad8244de7898e549fe (diff) | |
download | hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.gz hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.bz2 hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.xz hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.zip |
- 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
Diffstat (limited to 'src/char_sql/int_auction.h')
-rw-r--r-- | src/char_sql/int_auction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/char_sql/int_auction.h b/src/char_sql/int_auction.h index 061f0855d..f7826726c 100644 --- a/src/char_sql/int_auction.h +++ b/src/char_sql/int_auction.h @@ -4,5 +4,9 @@ #ifndef _INT_AUCTION_SQL_H_
#define _INT_AUCTION_SQL_H_
+int inter_auction_parse_frommap(int fd);
+
+int inter_auction_sql_init(void);
+void inter_auction_sql_final(void);
#endif /* _INT_AUCTION_SQL_H_ */
|