]> wimlib.net Git - wimlib/blobdiff - src/export_image.c
Merge branch with pipable WIM support
[wimlib] / src / export_image.c
index 9f8bfa3f9eebdc4f472aee68341695d9ba660190..17c4f7dd8f3e06f45ef191b62263ef44125b99c0 100644 (file)
@@ -95,9 +95,7 @@ inode_move_ltes_to_table(struct wim_inode *inode,
        }
 }
 
        }
 }
 
-/*
- * Exports an image, or all the images, from a WIM file, into another WIM file.
- */
+/* API function documented in wimlib.h  */
 WIMLIBAPI int
 wimlib_export_image(WIMStruct *src_wim,
                    int src_image,
 WIMLIBAPI int
 wimlib_export_image(WIMStruct *src_wim,
                    int src_image,
@@ -255,6 +253,7 @@ wimlib_export_image(WIMStruct *src_wim,
                 * the flag is set on the source WIM. */
                dest_wim->hdr.flags |= WIM_HDR_FLAG_RP_FIX;
        }
                 * the flag is set on the source WIM. */
                dest_wim->hdr.flags |= WIM_HDR_FLAG_RP_FIX;
        }
+       DEBUG("Successfully exported image.");
        ret = 0;
        goto out;
 out_xml_delete_image:
        ret = 0;
        goto out;
 out_xml_delete_image: