diff src/prpl.h @ 2541:8229710b343b

[gaim-migrate @ 2554] fun stuff. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 18 Oct 2001 20:56:59 +0000
parents 227cc42ffa6e
children 5efa8077107f
line wrap: on
line diff
--- a/src/prpl.h	Thu Oct 18 19:55:19 2001 +0000
+++ b/src/prpl.h	Thu Oct 18 20:56:59 2001 +0000
@@ -161,9 +161,9 @@
 extern void do_proto_menu();
 
 extern void do_ask_dialog(const char *, void *, void *, void *);
-extern void do_prompt_dialog(const char *, void *, void *, void *);
+extern void do_prompt_dialog(const char *, const char *, void *, void *, void *);
 
-extern void connection_has_mail(struct gaim_connection *, int, const char *, const char *);
+extern void connection_has_mail(struct gaim_connection *, int, const char *, const char *, const char *);
 
 extern void set_icon_data(struct gaim_connection *, char *, void *, int);
 extern void *get_icon_data(struct gaim_connection *, char *, int *);