summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/7ed.h b/7ed.h
index cf8dd57..956fa26 100644
--- a/7ed.h
+++ b/7ed.h
@@ -26,4 +26,6 @@ int GET_LINE(char filename[], long focus, char **line, size_t *start);
int editmode(char filename[], long focus);
-int NEW_LINE(char filename[]);
+int NEW_LINE(char filename[], long new_line_pos_temp);
+
+int remove_line_contents(char filename[], long focus); \ No newline at end of file