From 90ab7c4cc4edaedb9180b7ec73570c0cc06fa0ab Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 20 Apr 2024 13:11:26 +0200 Subject: new_line seems to work now --- 7ed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '7ed.h') diff --git a/7ed.h b/7ed.h index 28cdcef..e14a9cc 100644 --- a/7ed.h +++ b/7ed.h @@ -35,7 +35,7 @@ int get_line(char *filename, long focus, char **line, size_t *start); int editmode(char filename[], uint64_t focus); -int new_line(char filename[], long long new_line_pos_temp); +int new_line(char filename[], long long new_line_pos_temp, uint64_t amount_of_lines); int remove_line_contents(char filename[], uint64_t focus); -- cgit v1.2.3