diff options
Diffstat (limited to '7ed.h')
-rw-r--r-- | 7ed.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,12 +24,12 @@ void shuffle(char arr[], int n); int startmode(char filename[]); -int get_line(char filename[], long focus, char **line, size_t *start); +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 new_line_pos_temp); +int new_line(char filename[], long long new_line_pos_temp); -int remove_line_contents(char filename[], long focus); +int remove_line_contents(char filename[], uint64_t focus); int delete_specified_newline(char filename[], long focus);
\ No newline at end of file |