comparison src/oscar.c @ 736:d05d746384a7

[gaim-migrate @ 746] Eric the Lumberjack continues to hack away at the tree. When people ask what kinds of trees Eric hacks, he simply replied "CVS trees. They're mostly used for computer stuff". Then the ignorants go away, thinking they have been enlightened into the world of computers, which unknowingly they have been. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 22 Aug 2000 00:37:01 +0000
parents 957957d0dc2c
children 58a6e6e26695
comparison
equal deleted inserted replaced
735:51f1b6f7794b 736:d05d746384a7
230 set_state(STATE_OFFLINE); 230 set_state(STATE_OFFLINE);
231 if (inpa > 0) 231 if (inpa > 0)
232 gdk_input_remove(inpa); 232 gdk_input_remove(inpa);
233 inpa = -1; 233 inpa = -1;
234 aim_logoff(gaim_sess); 234 aim_logoff(gaim_sess);
235 g_free(gaim_sess);
235 debug_print(_("Signed off.\n")); 236 debug_print(_("Signed off.\n"));
236 } 237 }
237 238
238 int gaim_parse_auth_resp(struct aim_session_t *sess, 239 int gaim_parse_auth_resp(struct aim_session_t *sess,
239 struct command_rx_struct *command, ...) { 240 struct command_rx_struct *command, ...) {