diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-08 13:40:15 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-08 13:40:15 -0400 |
commit | 335024d92294bd9504e9e9cd42ec0a4addfc4d69 (patch) | |
tree | 0c1e596609df621b59fcf5b3ed3b94621676d02b /doc/todo | |
parent | 1285c91f8f9b3505b4c4137ee5d84c450468333b (diff) |
add stub claimUrl
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/extensible_addurl.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/extensible_addurl.mdwn b/doc/todo/extensible_addurl.mdwn index 63b03e402..0db4085d1 100644 --- a/doc/todo/extensible_addurl.mdwn +++ b/doc/todo/extensible_addurl.mdwn @@ -22,7 +22,7 @@ both available from CERN and from a torrent, for example. Solution: Add a new method to remotes: - claimUri :: Maybe (Uri -> Bool) + claimUrl :: Maybe (URLString -> IO Bool) Remotes that implement this method (including special remotes) will be queried when such an uri is added, to see which claims it. Once the |