From 918acf5dc55fa27f2ba4121b8dd07fd5cde036bd Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 5 Apr 2024 13:48:29 +0200 Subject: Working on 'N' now. Works pretty well. But it's not finished so i cant say how well it will go when i do N plus continue or N immediate. --- process_multiples.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'process_multiples.h') diff --git a/process_multiples.h b/process_multiples.h index f509f5a..6dc4067 100644 --- a/process_multiples.h +++ b/process_multiples.h @@ -1,6 +1,6 @@ #include uint64_t call_L(char *multiple, uint64_t focus, uint64_t Flines); -int call_N(char *multiple); -int call_X(char *multiple); -int call_D(char *multiple); \ No newline at end of file +uint64_t call_N(char *multiple, uint64_t focus, uint64_t Flines, char *filename); +uint64_t call_X(char *multiple); +uint64_t call_D(char *multiple); \ No newline at end of file -- cgit v1.2.3