From bab27a256632cb398f10fd82e52308fe358bb0f2 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 6 Aug 2021 20:51:01 +0200 Subject: [PATCH] change: add extern method main file --- discspan.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discspan.c b/discspan.c index 18d7b35..a5619d6 100644 --- a/discspan.c +++ b/discspan.c @@ -8,6 +8,9 @@ extern void useage(); extern void (*status_print)(const char *output, medium_t disc); +extern void run(const char *input, + const char *output, + unsigned long long split); const unsigned long long readArgument(int argc, char *argv[]) { -- 2.39.5