summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-20 13:11:26 +0200
committerOskar <[email protected]>2024-04-20 13:11:26 +0200
commit90ab7c4cc4edaedb9180b7ec73570c0cc06fa0ab (patch)
treeba1934671af90eddf145d8ee6623a79f21f3754b /7ed.h
parente2c0feeb8b0b350d4c22f7786d08e28fff473bf0 (diff)
new_line seems to work now
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h2
1 files changed, 1 insertions, 1 deletions
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);