summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_predicate_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib/mix_predicate_list.h')
-rw-r--r--mixlib/mix_predicate_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/mix_predicate_list.h b/mixlib/mix_predicate_list.h
index 416f3db..3d22028 100644
--- a/mixlib/mix_predicate_list.h
+++ b/mixlib/mix_predicate_list.h
@@ -50,7 +50,7 @@ mix_predicate_list_last_true_eval (const mix_predicate_list_t *list);
extern void
mix_predicate_list_add (mix_predicate_list_t *list, mix_predicate_t *predicate);
-extern void
+extern gboolean
mix_predicate_list_remove (mix_predicate_list_t *list,
mix_predicate_t *predicate);