From: Bastian Dehn Date: Thu, 19 Aug 2021 17:52:10 +0000 (+0200) Subject: Revert "fix: build with static lib" X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=cad5d5d150fd78ce5920889cf60816ac59b91670;p=discspan.git Revert "fix: build with static lib" This reverts commit f2164ce0acef65e46d2e833f3457e42a581695a2. --- 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;