comparison src/gaim.h @ 1250:b5783215b245

[gaim-migrate @ 1260] decklin's clean up of the account editor, much needed. indent -kr -i8 -l105 -ncs -cp7 -npcs -T GtkWidget -T gpointer -T AppletCallbackFunc -T GtkFunction -T gaim_plugin_remove -T name -T FILE -T gchar -T user_opts -T GdkEvent -T GtkObject ... did about.c, aim.c, away.c, browser.c, buddy_chat.c, gaimrc.c, html.c, idle.c, multi.c. Need to do buddy.c, conversation.c, dialogs.c, oscar.c, perl.c, plugins.c, prefs.c, proxy.c, prpl.c, rvous.c, server.c, sound.c, toc.c, util.c. not doing gtkhtml.c because it's a piece of crap anyway, or *ticker.c because they're syd's. got rid of debug_buff, just debug_printf now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 20:18:35 +0000
parents eaa0e2f5ace4
children 46c09828e929
comparison
equal deleted inserted replaced
1249:3e44de27622d 1250:b5783215b245
505 extern int report_idle; 505 extern int report_idle;
506 extern int web_browser; 506 extern int web_browser;
507 extern GList *aim_users; 507 extern GList *aim_users;
508 extern char sound_cmd[2048]; 508 extern char sound_cmd[2048];
509 extern char web_command[2048]; 509 extern char web_command[2048];
510 extern char debug_buff[BUF_LONG];
511 extern struct save_pos blist_pos; 510 extern struct save_pos blist_pos;
512 extern char latest_ver[25]; 511 extern char latest_ver[25];
513 512
514 /* Functions in about.c */ 513 /* Functions in about.c */
515 extern void show_about(GtkWidget *, void *); 514 extern void show_about(GtkWidget *, void *);
708 #endif 707 #endif
709 extern char *event_name(enum gaim_event); 708 extern char *event_name(enum gaim_event);
710 extern int plugin_event(enum gaim_event, void *, void *, void *, void *); 709 extern int plugin_event(enum gaim_event, void *, void *, void *, void *);
711 710
712 /* Functions in prefs.c */ 711 /* Functions in prefs.c */
713 extern void debug_print( char * chars );
714 extern void debug_printf( char * fmt, ... ); 712 extern void debug_printf( char * fmt, ... );
715 extern void set_general_option(GtkWidget *, int *); 713 extern void set_general_option(GtkWidget *, int *);
716 extern void set_option(GtkWidget *, int *); 714 extern void set_option(GtkWidget *, int *);
717 extern void show_prefs(); 715 extern void show_prefs();
718 extern void show_debug(GtkObject *); 716 extern void show_debug(GtkObject *);