comparison src/session.c @ 6245:9083f92e0d58

[gaim-migrate @ 6739] this should really fix the infinite looping in server.c that KingAnt tried to fix. gaim_find_buddy() behaves like it used to now, and gaim_find_buddies() must be used to get all matching buddies committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 20 Jul 2003 16:19:31 +0000
parents 16e384bb7fbf
children 70d5122bc3ff
comparison
equal deleted inserted replaced
6244:519028f52516 6245:9083f92e0d58
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 * 23 *
24 */ 24 */
25 #include "internal.h" 25 #include "internal.h"
26 26
27 #include "core.h"
27 #include "debug.h" 28 #include "debug.h"
28 29
29 extern char *opt_rcfile_arg; 30 extern char *opt_rcfile_arg;
30 31
31 #ifdef USE_SM 32 #ifdef USE_SM