uuid type

This commit is contained in:
Joey Hess 2010-10-12 15:48:00 -04:00
parent e53900a545
commit d257bad93c
2 changed files with 5 additions and 3 deletions

View file

@ -102,7 +102,7 @@ annexGetFile state file = do
annexWantFile :: State -> FilePath -> IO ()
annexWantFile state file = do error "not implemented" -- TODO
{- Indicates a file is now wanted. -}
{- Indicates a file is not wanted. -}
annexDropFile :: State -> FilePath -> IO ()
annexDropFile state file = do error "not implemented" -- TODO