diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-14 17:49:24 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-14 17:49:24 +0000 |
commit | c6ca3ee33e27feefb8cae0dc1d55a7239baf43cb (patch) | |
tree | 664f9f4385637f6d79802a63f5da1dfd55741370 /protocols/msn/msn.c | |
parent | 6a78c0eed44820a2fefe1e96516e335eddc9c70b (diff) |
Some const/etc cleanups submitted by domen@coderock.org back in bug #431.
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r-- | protocols/msn/msn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index a2e8519a..09670dfa 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -26,6 +26,10 @@ #include "nogaim.h" #include "msn.h" +int msn_chat_id; +GSList *msn_connections; +GSList *msn_switchboards; + static char *msn_set_display_name( set_t *set, char *value ); static void msn_init( account_t *acc ) |