X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fsds.h;h=de8342101b931b6e36c2bf82976155b7a5d8af05;hb=7ab8606c3d22a2bc2743eae7a398407c84d502f2;hp=ab67bc8d229ece5dd6050db03e4498889e10a9ae;hpb=55afb005ced3bba3813163596cdc7288a318a3c2;p=mTask.git diff --git a/client/sds.h b/client/sds.h index ab67bc8..de83421 100644 --- a/client/sds.h +++ b/client/sds.h @@ -7,8 +7,9 @@ struct sds { int id; - int value; bool used; + char type; + int value; }; void sds_init(void);