src/protocols/zephyr/zephyr.c

changeset 10401
51ae616ff395
parent 10300
f14c90f7e882
child 10589
4e10236e06d4
equal deleted inserted replaced
10400:5f11925078e5 10401:51ae616ff395
1459 if (!g_ascii_strcasecmp(exp2, EXPOSE_NETANN)) 1459 if (!g_ascii_strcasecmp(exp2, EXPOSE_NETANN))
1460 return EXPOSE_NETANN; 1460 return EXPOSE_NETANN;
1461 return EXPOSE_REALMVIS; 1461 return EXPOSE_REALMVIS;
1462 } 1462 }
1463 1463
1464 static void zephyr_login(GaimAccount * account) 1464 static void zephyr_login(GaimAccount * account, GaimStatus *status)
1465 { 1465 {
1466 GaimConnection *gc; 1466 GaimConnection *gc;
1467 zephyr_account *zephyr; 1467 zephyr_account *zephyr;
1468 gboolean read_anyone; 1468 gboolean read_anyone;
1469 gboolean read_zsubs; 1469 gboolean read_zsubs;

mercurial