aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 1 insertions, 1 deletions
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