Added a forward declaration for userlist_store_color to prevent implicit declaration errors in GTK2 builds.

This commit is contained in:
2026-01-20 12:51:11 -07:00
parent dbb9168426
commit d7d29a843f

View File

@@ -49,6 +49,7 @@ enum
COL_GDKCOLOR=4 /* PaletteColor */
};
static void userlist_store_color (GtkListStore *store, GtkTreeIter *iter, int color_index);
GdkPixbuf *
get_user_icon (server *serv, struct User *user)