comparison mcabber/mcabber/screen.h @ 2333:69d292ccf196

Fix multiple declarations issue with COLOR_ATTRIB This fails compilation with GCC 10 or -fno-common in CFLAGS. Link: https://bugs.gentoo.org/707418
author Andrey Utkin <andrey_utkin@gentoo.org>
date Mon, 17 Feb 2020 23:40:49 +0000
parents e00ae0763468
children 6ad3cada768c
comparison
equal deleted inserted replaced
2332:645d3ef1c88e 2333:69d292ccf196
55 COLOR_READMARK, 55 COLOR_READMARK,
56 COLOR_TIMESTAMP, 56 COLOR_TIMESTAMP,
57 COLOR_max 57 COLOR_max
58 }; 58 };
59 59
60 int COLOR_ATTRIB[COLOR_max]; 60 extern int COLOR_ATTRIB[COLOR_max];
61 61
62 extern gboolean chatstates_disabled; 62 extern gboolean chatstates_disabled;
63 extern gboolean Autoaway; 63 extern gboolean Autoaway;
64 64
65 typedef struct { 65 typedef struct {