From: Tomas Mlcoch Date: Wed, 25 Jun 2014 14:08:01 +0000 (+0200) Subject: xml_dump: Update example of usage in module comment X-Git-Tag: upstream/0.10.0~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1394d39372f55d03169154c7e18cd2aa04f60da;p=services%2Fcreaterepo_c.git xml_dump: Update example of usage in module comment --- diff --git a/src/xml_dump.h b/src/xml_dump.h index ea2671f..b296863 100644 --- a/src/xml_dump.h +++ b/src/xml_dump.h @@ -37,8 +37,7 @@ extern "C" { * cr_xml_dump_init(); * cr_package_parser_init(); * - * pkg = cr_package_from_rpm("path/to/rpm.rpm", CR_CHECKSUM_SHA256, - * "repodata/rpm.rpm", NULL, 10, NULL); + * pkg = cr_package_from_rpm_base("path/to/rpm.rpm", 5, CR_HDRR_NONE, NULL); * * xml = cr_xml_dump(pkg, NULL); *