summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 70889ac..d0ba218 100644
--- a/file.h
+++ b/file.h
@@ -4,6 +4,6 @@
#include "editor.h"
void editor_open(struct editor_state* editor, char* filename);
-void editor_save(struct editor_state* editor);
+int file_save_current_file(struct editor_state *editor);
#endif