X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=int%2Fsds.h;h=38365ce4ffd96cffafc7ba3c1d8aa618cb90e893;hb=c0713ad3a24ba71c79dd55ed208fcb72ad6bee08;hp=e58c072b9ddaf48c0a4a730d8161b82949d44e48;hpb=fa71b6dc45c53e87d9045eb7cdf3cd4328ad0e7d;p=mTask.git diff --git a/int/sds.h b/int/sds.h index e58c072..38365ce 100644 --- a/int/sds.h +++ b/int/sds.h @@ -11,7 +11,11 @@ struct sds { bool used; }; -void sds_register(int fd); -bool sds_update(int fd); +void sds_init(); +void sds_register(); +bool sds_update(); +void sds_publish(int id); +int sds_fetch(int id); +void sds_store(int id, int val); #endif