summaryrefslogtreecommitdiffstats
path: root/base/array.c
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2011-10-08 04:08:44 +0000
committerstas <stas@FreeBSD.org>2011-10-08 04:08:44 +0000
commit2db247d3fc10ef5304f61dbd66448efff8cc6684 (patch)
tree353454e541452788c2b3c59d1fb19ada4daf5646 /base/array.c
parent33f661cecdad3182ee66b47805fa4bb212e0da6c (diff)
downloadFreeBSD-src-2db247d3fc10ef5304f61dbd66448efff8cc6684.zip
FreeBSD-src-2db247d3fc10ef5304f61dbd66448efff8cc6684.tar.gz
- Update vendor tree of heimdal to 1.5.1.
Diffstat (limited to 'base/array.c')
-rw-r--r--base/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/array.c b/base/array.c
index 7b0d77b..9266411 100644
--- a/base/array.c
+++ b/base/array.c
@@ -218,7 +218,7 @@ heim_array_delete_value(heim_array_t array, size_t idx)
*/
void
-heim_array_filter(heim_array_t array, bool (^block)(heim_object_t))
+heim_array_filter(heim_array_t array, int (^block)(heim_object_t))
{
size_t n = 0;
OpenPOWER on IntegriCloud