summaryrefslogtreecommitdiffstats
path: root/base/heimbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/heimbase.h')
-rw-r--r--base/heimbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/heimbase.h b/base/heimbase.h
index ad1b3f0..f1ca231 100644
--- a/base/heimbase.h
+++ b/base/heimbase.h
@@ -131,7 +131,7 @@ heim_object_t
heim_array_copy_value(heim_array_t, size_t);
void heim_array_delete_value(heim_array_t, size_t);
#ifdef __BLOCKS__
-void heim_array_filter(heim_array_t, bool (^)(heim_object_t));
+void heim_array_filter(heim_array_t, int (^)(heim_object_t));
#endif
/*
OpenPOWER on IntegriCloud