diff 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
line wrap: on
line diff
--- a/src/gaim.h	Sun Nov 18 00:21:49 2001 +0000
+++ b/src/gaim.h	Sun Nov 18 04:19:49 2001 +0000
@@ -242,6 +242,7 @@
 #define OPT_IM_SIDE_TAB			0x00000020
 #define OPT_IM_BR_TAB			0x00000040
 #define OPT_IM_HIDE_ICONS		0x00000080
+#define OPT_IM_DONT_CONFIRM_DEL		0x00000100
 
 extern guint chat_options;
 #define OPT_CHAT_ONE_WINDOW		0x00000001
@@ -338,6 +339,7 @@
 extern void show_find_email(struct gaim_connection *);
 extern void show_find_info(struct gaim_connection *);
 extern void show_set_info(struct gaim_connection *);
+extern void show_confirm_del(struct gaim_connection *, gchar *);
 
 /* Functions in gaimrc.c */
 extern gint sort_awaymsg_list(gconstpointer, gconstpointer);