layout is working, now up to the communication
[mTask.git] / client / sds.h
index 1cc5b3b..ab67bc8 100644 (file)
@@ -13,6 +13,7 @@ struct sds {
 
 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);