comparison src/aim.c @ 270:cfa39d39dec6

[gaim-migrate @ 280] Fixed the 100% bug, but in doing so, broke permit/deny lists, so that got commented out (yet again). Gaim/Faim is now usable. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 May 2000 23:10:21 +0000
parents 59f1748b09a6
children 29e1669b006b
comparison
equal deleted inserted replaced
269:46b6b894bc48 270:cfa39d39dec6
162 return; 162 return;
163 } 163 }
164 #ifdef USE_OSCAR 164 #ifdef USE_OSCAR
165 } 165 }
166 166
167 void auth_failed() {
168 running = FALSE;
169 }
170
167 /* we need to do this for Oscar because serv_login only starts the login 171 /* we need to do this for Oscar because serv_login only starts the login
168 * process, it doesn't end there. gaim_setup will be called later from 172 * process, it doesn't end there. gaim_setup will be called later from
169 * oscar.c, after the buddy list is made and serv_finish_login is called */ 173 * oscar.c, after the buddy list is made and serv_finish_login is called */
170 void gaim_setup() { 174 void gaim_setup() {
171 #endif /* USE_OSCAR */ 175 #endif /* USE_OSCAR */