diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-07-01 09:44:46 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-07-01 09:44:46 -0400 |
commit | 6cb3738132866a00bf51497d69cdb641b1dd664b (patch) | |
tree | 2f34398091774ebf3034e783ced9dd192367bcc7 /librazor | |
parent | a6a8f407fb539a884a132f3289919aeb4a8d78df (diff) |
Update docs for the RAZOR_DETAIL_LAST change.
Diffstat (limited to 'librazor')
-rw-r--r-- | librazor/iterator.c | 2 | ||||
-rw-r--r-- | 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, |