summaryrefslogtreecommitdiff
path: root/saedit/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/file.h')
-rw-r--r--saedit/file.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/saedit/file.h b/saedit/file.h
new file mode 100644
index 0000000..9354879
--- /dev/null
+++ b/saedit/file.h
@@ -0,0 +1,16 @@
+#ifndef _FILE_H_
+#define _FILE_H_
+
+gboolean
+show_unsaved_changes_dialog (void);
+
+const gchar *
+get_opened_file_name (void);
+
+void
+open_file (const gchar *filename);
+
+void
+save_file (const gchar *filename);
+
+#endif