X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fsds.h;h=4179f476a893aa51b29b772d970b585560cb0e58;hb=c518754bec4758cce7d899463f9c68612c3bf4e4;hp=ab67bc8d229ece5dd6050db03e4498889e10a9ae;hpb=55afb005ced3bba3813163596cdc7288a318a3c2;p=mTask.git diff --git a/client/sds.h b/client/sds.h index ab67bc8..4179f47 100644 --- a/client/sds.h +++ b/client/sds.h @@ -3,12 +3,11 @@ #include -#define MAXSDSS 100 - struct sds { int id; - int value; bool used; + char type; + int value; }; void sds_init(void);