From 860e9eb8c9ad07721aad4526046753d6fcc3b3ac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Aug 2012 00:45:46 +0200 Subject: locate: make "tag" unsigned --- src/locate.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/locate.h') diff --git a/src/locate.h b/src/locate.h index f6057e140..fa5f2ce1b 100644 --- a/src/locate.h +++ b/src/locate.h @@ -31,8 +31,11 @@ struct locate_item_list; struct song; +/** + * @return #TAG_NUM_OF_ITEM_TYPES on error + */ gcc_pure -int +unsigned locate_parse_type(const char *str); gcc_malloc -- cgit v1.2.3