summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
authorOskar <[email protected]>2023-11-11 19:53:40 +0100
committerOskar <[email protected]>2023-11-11 19:53:40 +0100
commitfee7cad3e72faadd1920e0725081ce5c517a16c6 (patch)
treec04fb6ccbc61983fa191d438a352a8e96d2819bf /7ed.h
parent5e239ad4ca0caf83d28da55609ccc3f2d2ed71ea (diff)
fixed huge bug in write function
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