X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Utils%2FSDS.dcl;h=b33045a4c09fbfb8de20b4dc983b6de73dca8825;hb=a2b8b2a0de173f92092bf6cbbed23551e674ca3c;hp=88f12002061e7ec6108298488cb4f06439f472da;hpb=b3d2bd33a99a2dbdc4907b6876a965c16c37314c;p=mTask.git diff --git a/Utils/SDS.dcl b/Utils/SDS.dcl index 88f1200..b33045a 100644 --- a/Utils/SDS.dcl +++ b/Utils/SDS.dcl @@ -12,3 +12,6 @@ deviceStore :: Shared [MTaskDevice] sdsStore :: Shared [MTaskShare] bcStateStore :: Shared BCState mTaskTaskStore :: Shared [String] + +getSDSStore :: MTaskShare -> Shared Int +getSDSRecord :: Int -> Task MTaskShare