diff --git a/rust-bindings/rust/libostree/src/repo.rs b/rust-bindings/rust/libostree/src/repo.rs index 64e62a94..eef5ff19 100644 --- a/rust-bindings/rust/libostree/src/repo.rs +++ b/rust-bindings/rust/libostree/src/repo.rs @@ -34,11 +34,13 @@ pub trait RepoExtManual { maxdepth: i32, cancellable: P ) -> Result, Error>; + fn list_refs<'a, 'b, P: Into>, Q: Into>>( &self, refspec_prefix: P, cancellable: Q ) -> Result, Error>; + fn list_refs_ext<'a, 'b, P: Into>, Q: Into>>( &self, refspec_prefix: P,