summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/7ed.h b/7ed.h
index 733be83..83495bf 100644
--- a/7ed.h
+++ b/7ed.h
@@ -61,4 +61,11 @@ int GET_LINE(char filename[], long focus, char **line, size_t *start);
int editmode(char filename[], long focus);
-#endif /* EDITMODE_H */ \ No newline at end of file
+#endif /* EDITMODE_H */
+
+#ifndef NEW_LINE_H
+#define NEW_LINE_H
+
+int NEW_LINE(char filename[]);
+
+#endif /* NEW_LINE_H */ \ No newline at end of file