summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/file.h b/file.h
new file mode 100644
index 0000000..831d193
--- /dev/null
+++ b/file.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "editor.h"
+
+void editor_open(struct editor_state* editor, char* filename);
+void editor_save(struct editor_state* editor);