Make pub get_incremental_snapshot_archives() (#20725)
This commit is contained in:
parent
14af1957d6
commit
751b45df64
|
@ -1152,7 +1152,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get a list of the incremental snapshot archives in a directory
|
/// Get a list of the incremental snapshot archives in a directory
|
||||||
fn get_incremental_snapshot_archives<P>(
|
pub fn get_incremental_snapshot_archives<P>(
|
||||||
snapshot_archives_dir: P,
|
snapshot_archives_dir: P,
|
||||||
) -> Vec<IncrementalSnapshotArchiveInfo>
|
) -> Vec<IncrementalSnapshotArchiveInfo>
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue