diff options
Diffstat (limited to 'src/txt-converter/char/int_storage.h')
-rw-r--r-- | src/txt-converter/char/int_storage.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/txt-converter/char/int_storage.h b/src/txt-converter/char/int_storage.h index dece251fd..3572ae5de 100644 --- a/src/txt-converter/char/int_storage.h +++ b/src/txt-converter/char/int_storage.h @@ -1,11 +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
+#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 |