summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/txt-converter/char/int_storage.h')
-rw-r--r--src/txt-converter/char/int_storage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/txt-converter/char/int_storage.h b/src/txt-converter/char/int_storage.h
new file mode 100644
index 000000000..dece251fd
--- /dev/null
+++ b/src/txt-converter/char/int_storage.h
@@ -0,0 +1,11 @@
+#ifndef _INT_STORAGE_H_
+#define _INT_STORAGE_H_
+
+int inter_storage_init();
+int inter_storage_save();
+
+int inter_storage_parse_frommap(int fd);
+
+//extern char storage_txt[256];
+
+#endif