X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fxml.h;h=fb296000c855edc48a32ce4cd6c02570615661d6;hb=bf9f9a8533a6f216068bdf61cafb1681ed1b7e1c;hp=d1670f87a64156b53f015269df8fd6861cc2204a;hpb=4f9947253f6a08f4a922d3efe0880e3039b3eb5e;p=wimlib diff --git a/src/xml.h b/src/xml.h index d1670f87..fb296000 100644 --- a/src/xml.h +++ b/src/xml.h @@ -25,8 +25,7 @@ extern void xml_update_image_info(WIMStruct *w, int image); extern void xml_delete_image(struct wim_info **wim_info_p, int image); extern int xml_add_image(WIMStruct *w, struct dentry *root_dentry, - const char *name, const char *description, - const char *flags); + const char *name); extern void free_wim_info(struct wim_info *info);