comparison src/gaim.h @ 1087:56c7ceb986a8

[gaim-migrate @ 1097] thank god, someone finally redid the proxy stuff. i think most of it works even. isn't that neat? thanks adam. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 12 Nov 2000 23:54:07 +0000
parents 2fe18b2d6105
children 18a14e6dd0af
comparison
equal deleted inserted replaced
1086:ce201056e7a6 1087:56c7ceb986a8
55 #define STATE_ONLINE 5 55 #define STATE_ONLINE 5
56 56
57 #define BROWSER_NETSCAPE 0 57 #define BROWSER_NETSCAPE 0
58 #define BROWSER_KFM 1 58 #define BROWSER_KFM 1
59 #define BROWSER_MANUAL 2 59 #define BROWSER_MANUAL 2
60 #define BROWSER_INTERNAL 3 60 /*#define BROWSER_INTERNAL 3*/
61 #define BROWSER_GNOME 4 61 #define BROWSER_GNOME 4
62 62
63 #define PERMIT_ALL 1 63 #define PERMIT_ALL 1
64 #define PERMIT_NONE 2 64 #define PERMIT_NONE 2
65 #define PERMIT_SOME 3 65 #define PERMIT_SOME 3
572 extern GList *aim_users; 572 extern GList *aim_users;
573 extern char web_command[2048]; 573 extern char web_command[2048];
574 extern char debug_buff[BUF_LONG]; 574 extern char debug_buff[BUF_LONG];
575 extern char aim_host[512]; 575 extern char aim_host[512];
576 extern int aim_port; 576 extern int aim_port;
577 extern char login_host[512];
578 extern int login_port;
579 extern struct save_pos blist_pos; 577 extern struct save_pos blist_pos;
580 extern char latest_ver[25]; 578 extern char latest_ver[25];
581 579
582 /* Functions in about.c */ 580 /* Functions in about.c */
583 extern void show_about(GtkWidget *, void *); 581 extern void show_about(GtkWidget *, void *);
597 extern void update_idle_times(); 595 extern void update_idle_times();
598 596
599 /* Functions in html.c */ 597 /* Functions in html.c */
600 extern char *fix_url(char *); 598 extern char *fix_url(char *);
601 extern struct g_url parse_url(char *); 599 extern struct g_url parse_url(char *);
602 extern char *grab_url(char *); 600 extern char *grab_url(struct aim_user *, char *);
603 extern gchar *strip_html(gchar *); 601 extern gchar *strip_html(gchar *);
604 602
605 /* Functions in idle.c */ 603 /* Functions in idle.c */
606 extern gint check_idle(struct gaim_connection *); 604 extern gint check_idle(struct gaim_connection *);
607 605
828 extern void show_import_dialog(); 826 extern void show_import_dialog();
829 extern void show_new_bp(); 827 extern void show_new_bp();
830 extern void show_log_dialog(struct conversation *); 828 extern void show_log_dialog(struct conversation *);
831 extern void show_find_email(); 829 extern void show_find_email();
832 extern void show_find_info(); 830 extern void show_find_info();
833 extern void g_show_info (char *); 831 extern void g_show_info (struct aim_user *, char *);
834 extern void g_show_info_text (char *); 832 extern void g_show_info_text (char *);
835 extern void show_set_info(); 833 extern void show_set_info();
836 extern void show_set_dir(); 834 extern void show_set_dir();
837 extern void show_fgcolor_dialog(struct conversation *c, GtkWidget *color); 835 extern void show_fgcolor_dialog(struct conversation *c, GtkWidget *color);
838 extern void show_bgcolor_dialog(struct conversation *c, GtkWidget *color); 836 extern void show_bgcolor_dialog(struct conversation *c, GtkWidget *color);