From 5b07cbf0b4428213fee154c2e92b74606abedc2b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 27 Feb 2009 08:06:59 +0100 Subject: tag: make tag_equal() return bool --- src/tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index ccaf301d..52e66bb7 100644 --- a/src/tag.h +++ b/src/tag.h @@ -137,6 +137,6 @@ tag_get_value(const struct tag *tag, enum tag_type type); */ bool tag_has_type(const struct tag *tag, enum tag_type type); -int tag_equal(const struct tag *tag1, const struct tag *tag2); +bool tag_equal(const struct tag *tag1, const struct tag *tag2); #endif -- cgit v1.2.3