root/src/char_sql/int_auction.h
@
1
Revision 1, 331 bytes (checked in by jinshiro, 17 years ago) |
---|
Line | |
---|---|
1 | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL |
2 | // For more information, see LICENCE in the main folder |
3 | |
4 | #ifndef _INT_AUCTION_SQL_H_ |
5 | #define _INT_AUCTION_SQL_H_ |
6 | |
7 | int inter_auction_parse_frommap(int fd); |
8 | |
9 | int inter_auction_sql_init(void); |
10 | void inter_auction_sql_final(void); |
11 | |
12 | #endif /* _INT_AUCTION_SQL_H_ */ |
Note: See TracBrowser
for help on using the browser.