comparison src/gaim.h @ 2743:9f71beb77c60

[gaim-migrate @ 2756] I didnt test this but it should work committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 18 Nov 2001 04:19:49 +0000
parents f3c094e78609
children 0c8de85fee62
comparison
equal deleted inserted replaced
2742:6f527cbd899d 2743:9f71beb77c60
240 #define OPT_IM_BUTTON_XPM 0x00000008 240 #define OPT_IM_BUTTON_XPM 0x00000008
241 #define OPT_IM_ONE_WINDOW 0x00000010 241 #define OPT_IM_ONE_WINDOW 0x00000010
242 #define OPT_IM_SIDE_TAB 0x00000020 242 #define OPT_IM_SIDE_TAB 0x00000020
243 #define OPT_IM_BR_TAB 0x00000040 243 #define OPT_IM_BR_TAB 0x00000040
244 #define OPT_IM_HIDE_ICONS 0x00000080 244 #define OPT_IM_HIDE_ICONS 0x00000080
245 #define OPT_IM_DONT_CONFIRM_DEL 0x00000100
245 246
246 extern guint chat_options; 247 extern guint chat_options;
247 #define OPT_CHAT_ONE_WINDOW 0x00000001 248 #define OPT_CHAT_ONE_WINDOW 0x00000001
248 #define OPT_CHAT_BUTTON_TEXT 0x00000002 249 #define OPT_CHAT_BUTTON_TEXT 0x00000002
249 #define OPT_CHAT_BUTTON_XPM 0x00000004 250 #define OPT_CHAT_BUTTON_XPM 0x00000004
336 extern void show_change_passwd(struct gaim_connection *); 337 extern void show_change_passwd(struct gaim_connection *);
337 extern void show_set_dir(struct gaim_connection *); 338 extern void show_set_dir(struct gaim_connection *);
338 extern void show_find_email(struct gaim_connection *); 339 extern void show_find_email(struct gaim_connection *);
339 extern void show_find_info(struct gaim_connection *); 340 extern void show_find_info(struct gaim_connection *);
340 extern void show_set_info(struct gaim_connection *); 341 extern void show_set_info(struct gaim_connection *);
342 extern void show_confirm_del(struct gaim_connection *, gchar *);
341 343
342 /* Functions in gaimrc.c */ 344 /* Functions in gaimrc.c */
343 extern gint sort_awaymsg_list(gconstpointer, gconstpointer); 345 extern gint sort_awaymsg_list(gconstpointer, gconstpointer);
344 346
345 /* Functions in html.c */ 347 /* Functions in html.c */