summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/7ed.h b/7ed.h
index c7236f0..733be83 100644
--- a/7ed.h
+++ b/7ed.h
@@ -55,3 +55,10 @@ int startmode(char filename[]);
int GET_LINE(char filename[], long focus, char **line, size_t *start);
#endif /* GET_LINE_H */
+
+#ifndef EDITMODE_H
+#define EDITMODE_H
+
+int editmode(char filename[], long focus);
+
+#endif /* EDITMODE_H */ \ No newline at end of file