From 6cb3738132866a00bf51497d69cdb641b1dd664b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 1 Jul 2008 09:44:46 -0400 Subject: [PATCH] Update docs for the RAZOR_DETAIL_LAST change. --- librazor/iterator.c | 2 +- librazor/razor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/librazor/iterator.c b/librazor/iterator.c index 4908d53..2075be1 100644 --- a/librazor/iterator.c +++ b/librazor/iterator.c @@ -112,7 +112,7 @@ razor_package_iterator_create_for_file(struct razor_set *set, * @package: a %razor_package * * Gets the next iteratr along with any vararg data. - * The vararg must be terminated with NULL. + * The vararg must be terminated with %RAZOR_DETAIL_LAST. * * Example: razor_package_iterator_next (pi, package, * RAZOR_DETAIL_NAME, &name, diff --git a/librazor/razor.c b/librazor/razor.c index 7d18205..1a8dfda 100644 --- a/librazor/razor.c +++ b/librazor/razor.c @@ -456,7 +456,7 @@ razor_package_get_details_varg(struct razor_set *set, * @package: a %razor_package * * Gets details about a package using a varg interface - * The vararg must be terminated with %NULL. + * The vararg must be terminated with %RAZOR_DETAIL_LAST. * * Example: razor_package_get_details (set, package, * RAZOR_DETAIL_URL, &url, -- 1.7.1