summaryrefslogtreecommitdiff
path: root/src/char/int_auction.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-09 17:54:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 11:47:30 +0300
commit061c578318833919a69c685824277b8ceafe63bb (patch)
treecd82f45ec1dd0187745492610b5d5fb3a249beeb /src/char/int_auction.h
parent13b0b431785e0fce57064b395de132c664d8fe7d (diff)
downloadhercules-061c578318833919a69c685824277b8ceafe63bb.tar.gz
hercules-061c578318833919a69c685824277b8ceafe63bb.tar.bz2
hercules-061c578318833919a69c685824277b8ceafe63bb.tar.xz
hercules-061c578318833919a69c685824277b8ceafe63bb.zip
Move auction_db_ into interface in int_auction.c.
Diffstat (limited to 'src/char/int_auction.h')
-rw-r--r--src/char/int_auction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/int_auction.h b/src/char/int_auction.h
index d44ff37cb..93c43069d 100644
--- a/src/char/int_auction.h
+++ b/src/char/int_auction.h
@@ -9,6 +9,7 @@
void inter_auction_defaults(void);
struct inter_auction_interface {
+ DBMap* db; // int auction_id -> struct auction_data*
int (*count) (int char_id, bool buy);
void (*save) (struct auction_data *auction);
unsigned int (*create) (struct auction_data *auction);