From cad5d5d150fd78ce5920889cf60816ac59b91670 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 19 Aug 2021 19:52:10 +0200 Subject: [PATCH] Revert "fix: build with static lib" This reverts commit f2164ce0acef65e46d2e833f3457e42a581695a2. --- src/discspan.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/discspan.c b/src/discspan.c index 281225c..abbaddb 100644 --- a/src/discspan.c +++ b/src/discspan.c @@ -3,12 +3,9 @@ #include #include "spandisc.h" +#include "logic.h" #include "help.h" -extern void span(const char *input, const char *output, - unsigned long long split); -extern void (*status_print)(const char *output, medium_t disc); - typedef struct { char *input; char *output; -- 2.39.5