mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Added a forward declaration for userlist_store_color to prevent implicit declaration errors in GTK2 builds.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user