summaryrefslogtreecommitdiffstats
path: root/common/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/collection.h')
-rw-r--r--common/collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection.h b/common/collection.h
index a91a465..47b9b7f 100644
--- a/common/collection.h
+++ b/common/collection.h
@@ -29,7 +29,7 @@ struct collection {
void collection_init(struct collection *col);
void collection_add(struct collection *col, void *element);
-void collection_remove(struct collection *col, void *element);
+int collection_remove(struct collection *col, void *element);
int collection_count(struct collection *col);
void collection_free(struct collection *col);