tag: make tag_equal() return bool

This commit is contained in:
Max Kellermann
2009-02-27 08:06:59 +01:00
parent bcdf947afc
commit 5b07cbf0b4
2 changed files with 13 additions and 13 deletions

View File

@@ -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