X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fsds.c;h=2570017c8738ef35cd6552a0d9a7f50736b3dd94;hb=fcb4abeb34dc3302f15b10c3b916bc14e3047707;hp=56f5895500520d14a10610b6a014e090c407af0e;hpb=cc93aff1c0867a33c41b4120c001b407d1b8850a;p=mTask.git diff --git a/client/sds.c b/client/sds.c index 56f5895..2570017 100644 --- a/client/sds.c +++ b/client/sds.c @@ -1,15 +1,11 @@ #include #include -#include #include "interface.h" #include "sds.h" #include "mem.h" -extern uint8_t *mem_top; -extern uint8_t *mem_bottom; -extern uint8_t *mem_task; -extern uint8_t *mem_sds; +extern uint8_t *mem_top, *mem_bottom, *mem_task, *mem_sds; struct sds *sds_head(void) {