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.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/char_sql/int_storage.h b/src/char_sql/int_storage.h
index 8aac5ccee..f9f37db3e 100644
--- a/src/char_sql/int_storage.h
+++ b/src/char_sql/int_storage.h
@@ -1,13 +1,13 @@
-#ifndef _INT_STORAGE_H_
-#define _INT_STORAGE_H_
-
-int inter_storage_sql_init();
-int inter_storage_delete(int account_id);
-int inter_guild_storage_delete(int guild_id);
-
-int inter_storage_parse_frommap(int fd);
-
-
-//extern char storage_txt[256];
-
-#endif
+#ifndef _INT_STORAGE_H_
+#define _INT_STORAGE_H_
+
+int inter_storage_sql_init();
+int inter_storage_delete(int account_id);
+int inter_guild_storage_delete(int guild_id);
+
+int inter_storage_parse_frommap(int fd);
+
+
+//extern char storage_txt[256];
+
+#endif