Fix inconsistency

This commit is contained in:
Marcel Müller 2016-01-16 19:33:20 +01:00
parent 34f2d4c1f1
commit 0b7ad4e2fd
No known key found for this signature in database
GPG key ID: DD4ED37D0CAC76E2

View file

@ -37,7 +37,7 @@ impl Store {
fn update<'a>(&'a self, entry: FileLockEntry<'a>) -> Result<()> {
unimplemented!();
}
fn retrieve_copy(&self, id : String) -> Result<Entry> {
fn retrieve_copy(&self, path: PathBuf) -> Result<Entry> {
unimplemented!();
}
fn delete(&self, path: PathBuf) -> Result<()> {