block: vhdx: drop pub keyword from update_header

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2024-12-22 07:37:17 +00:00 committed by Rob Bradford
parent eaa2194699
commit f27b028c18

View File

@ -160,7 +160,7 @@ impl Header {
}
/// Creates and returns new updated header from the provided current header
pub fn update_header(
fn update_header(
f: &mut File,
current_header: &Header,
change_data_guid: bool,