From a405f17d0b5492c63030496d2ffb86763ecdaac2 Mon Sep 17 00:00:00 2001 From: Nev3r Date: Tue, 10 Nov 2020 13:09:30 +0100 Subject: [PATCH] Missing prototype. --- src/taglist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/taglist.h b/src/taglist.h index caf99b807..52979b55f 100644 --- a/src/taglist.h +++ b/src/taglist.h @@ -50,6 +50,7 @@ taggroup_t* tags_mapthings[MAXTAGS + 1]; void Taggroup_Add (taggroup_t *garray[], const mtag_t tag, size_t id); void Taggroup_Remove (taggroup_t *garray[], const mtag_t tag, size_t id); +size_t Taggroup_Find (const taggroup_t *group, const size_t id); void Taglist_InitGlobalTables(void);