shares are updated now and visible
[mTask.git] / client / sds.h
index 1cc5b3b..de83421 100644 (file)
@@ -7,12 +7,14 @@
 
 struct sds {
        int id;
-       int value;
        bool used;
+       char type;
+       int value;
 };
 
 void sds_init(void);
 void sds_register(void);
+void sds_delete(void);
 bool sds_update(void);
 void sds_publish(int id);
 int sds_fetch(int id);