comparison src/gaim.h @ 5211:0241d6b6702d

[gaim-migrate @ 5581] Wrote a new debugging API, and of course core/ui split it. Debug statements can now have debug levels and categories, for future filtering of stuff, and color highlighting. It's nifty, m'kay? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 06:46:08 +0000
parents 381da05cb5ed
children 1a53330dfd34
comparison
equal deleted inserted replaced
5210:39bb2a35f8d9 5211:0241d6b6702d
374 extern void html_to_xhtml(const char *, char **, char **); 374 extern void html_to_xhtml(const char *, char **, char **);
375 struct g_url *parse_url(char *url); 375 struct g_url *parse_url(char *url);
376 376
377 /* Functions in idle.c */ 377 /* Functions in idle.c */
378 extern gint check_idle(gpointer); 378 extern gint check_idle(gpointer);
379
380 /* Functions in prefs.c */
381 extern void debug_printf(char * fmt, ...) G_GNUC_PRINTF(1,2);
382 379
383 /* Functions in server.c */ 380 /* Functions in server.c */
384 /* input to serv */ 381 /* input to serv */
385 extern void serv_login(struct gaim_account *); 382 extern void serv_login(struct gaim_account *);
386 extern void serv_close(struct gaim_connection *); 383 extern void serv_close(struct gaim_connection *);