diff options
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r-- | src/common/servlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h index 9b7734f4..855c3b09 100644 --- a/src/common/servlist.h +++ b/src/common/servlist.h @@ -35,6 +35,9 @@ extern GSList *network_list; #define FLAG_FAVORITE 64 #define FLAG_COUNT 7 +/* DEFAULT_CHARSET is already defined in wingdi.h */ +#define IRC_DEFAULT_CHARSET "IRC (Latin/Unicode Hybrid)" + void servlist_init (void); int servlist_save (void); int servlist_cycle (server *serv); |