comparison plugins/gaim-remote/remote.c @ 10012:a38881ec9c0f

[gaim-migrate @ 10929] i'm fairly certain this is all better committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 11 Sep 2004 05:41:50 +0000
parents c892b6dbc341
children b4efa002dad8
comparison
equal deleted inserted replaced
10011:32467b63f55a 10012:a38881ec9c0f
496 remote_handler(struct UI *ui, guchar subtype, gchar *data, int len) 496 remote_handler(struct UI *ui, guchar subtype, gchar *data, int len)
497 { 497 {
498 const char *resp; 498 const char *resp;
499 char *send; 499 char *send;
500 GList *c = gaim_connections_get_all(); 500 GList *c = gaim_connections_get_all();
501 GaimConnection *gc; 501 GaimConnection *gc = NULL;
502 GaimAccount *account; 502 GaimAccount *account;
503 503
504 switch (subtype) { 504 switch (subtype) {
505 case CUI_REMOTE_CONNECTIONS: 505 case CUI_REMOTE_CONNECTIONS:
506 break; 506 break;