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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char_sql/int_storage.h b/src/char_sql/int_storage.h
index dd71ef9ed..7075e36ad 100644
--- a/src/char_sql/int_storage.h
+++ b/src/char_sql/int_storage.h
@@ -4,6 +4,9 @@
#ifndef _INT_STORAGE_SQL_H_
#define _INT_STORAGE_SQL_H_
+struct storage;
+struct guild_storage;
+
int inter_storage_sql_init(void);
void inter_storage_sql_final(void);
int inter_storage_delete(int account_id);