X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fresource.h;h=42a2edcce5e2876711ac1f025b1c027ffddce8da;hp=dfb2d0f43a6ad851cad3915ffca070ab6b8a1ef2;hb=69f07a55f05919a15ff1ec77b963b48f5f6a5d04;hpb=2b16d2eda8eef17e1b8cdababae37410f87cd544 diff --git a/include/wimlib/resource.h b/include/wimlib/resource.h index dfb2d0f4..42a2edcc 100644 --- a/include/wimlib/resource.h +++ b/include/wimlib/resource.h @@ -306,8 +306,7 @@ sha1_stream(struct wim_lookup_table_entry *lte); /* Functions to read/write metadata resources. */ extern int -read_metadata_resource(WIMStruct *wim, - struct wim_image_metadata *image_metadata); +read_metadata_resource(struct wim_image_metadata *imd); extern int write_metadata_resource(WIMStruct *wim, int image, int write_resource_flags);