summaryrefslogtreecommitdiff
path: root/src/char_sql/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/int_storage.h')
-rw-r--r--src/char_sql/int_storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char_sql/int_storage.h b/src/char_sql/int_storage.h
index 4a17a0442..811608f82 100644
--- a/src/char_sql/int_storage.h
+++ b/src/char_sql/int_storage.h
@@ -15,6 +15,7 @@ int inter_guild_storage_delete(int guild_id);
int inter_storage_parse_frommap(int fd);
//Exported for use in the TXT-SQL converter.
+int storage_fromsql(int account_id, struct storage_data* p);
int storage_tosql(int account_id,struct storage_data *p);
int guild_storage_tosql(int guild_id, struct guild_storage *p);