diff options
Diffstat (limited to 'protocols/twitter/twitter.c')
| -rw-r--r-- | protocols/twitter/twitter.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index 4ece97db..083246b1 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -37,6 +37,7 @@  			imcb_log( ic, fmt );                        \  	} while( 0 ); +GSList *twitter_connections = NULL;  /**   * Main loop function @@ -563,7 +564,4 @@ void twitter_initmodule()  	ret = g_memdup(ret, sizeof(struct prpl));  	ret->name = "identica";  	register_protocol(ret); - -	// Initialise the twitter_connections GSList. -	twitter_connections = NULL;  } | 
