summaryrefslogtreecommitdiff
path: root/src/char_sql/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.h')
-rw-r--r--src/char_sql/char.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h
index c7261650b..8da399eff 100644
--- a/src/char_sql/char.h
+++ b/src/char_sql/char.h
@@ -41,6 +41,7 @@ struct itemtemp{
struct itemtmp equip[MAX_GUILD_STORAGE],notequip[MAX_GUILD_STORAGE];
};
int memitemdata_to_sql(struct itemtemp mapitem, int eqcount, int noteqcount, int char_id,int tableswitch);
+int memitemdata_to_sql2(struct itemtemp mapitem, int eqcount, int char_id,int tableswitch);
int mapif_sendall(unsigned char *buf,unsigned int len);
int mapif_sendallwos(int fd,unsigned char *buf,unsigned int len);
int mapif_send(int fd,unsigned char *buf,unsigned int len);