X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib.h;h=5ed6c684c7245cc5b7b0ad3d35a0669efc72879d;hp=ad8db22556cdd48dab17b6a698a8bdf90cc6685b;hb=26fdf3f709adf52521e1cf962095987a3e0e2e00;hpb=fe2f5051c12e2d9187fd7640b8f19434c284f94d diff --git a/src/wimlib.h b/src/wimlib.h index ad8db225..5ed6c684 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -1129,7 +1129,9 @@ extern int wimlib_overwrite_xml_and_header(WIMStruct *wim, int flags); * image, or ::WIM_ALL_IMAGES to print information about all images in the * WIM. * - * @return This function has no return value. + * @return This function has no return value. No error checking is done when + * printing the information. If @a image is invalid, an error message is + * printed. */ extern void wimlib_print_available_images(const WIMStruct *wim, int image);