diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 06:17:27 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 06:17:27 +0200 |
commit | 902063d932a37e8bcc47df1fdad173a44595ad39 (patch) | |
tree | 18df10f4128272e9eccbad4c77a9e60a96b87df1 /src/common/servlist.h | |
parent | d20daad4177b315efad95c7e2303f36270929eb8 (diff) |
Get rid of some hardcoding
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); |