aboutsummaryrefslogtreecommitdiff
path: root/shared/common/fi.h
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2004-12-08 15:45:27 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2004-12-08 15:45:27 +0000
commit155fa2c04c7e415803e1546dcde0a47442eef4b3 (patch)
tree94a1714fee23703bddef850e7b5acb60a9c39631 /shared/common/fi.h
parentd5a39ff6469f8762218c00a34f4b0a120a56332b (diff)
*** empty log message ***
svn path=/trunk/externals/miXed/; revision=2361
Diffstat (limited to 'shared/common/fi.h')
-rw-r--r--shared/common/fi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/common/fi.h b/shared/common/fi.h
new file mode 100644
index 0000000..c6e8401
--- /dev/null
+++ b/shared/common/fi.h
@@ -0,0 +1,11 @@
+/* Copyright (c) 2004 krzYszcz and others.
+ * For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
+
+#ifndef __FI_H__
+#define __FI_H__
+
+FILE *firead_open(char *filename, t_canvas *cv, int textmode);
+FILE *fiwrite_open(char *filename, t_canvas *cv, int textmode);
+
+#endif