diff options
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 81e6fe9869..e24a359b27 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -58,7 +58,7 @@ void mail_msg_cancel(unsigned int msgid); void mail_msg_wait(unsigned int msgid); /* request a string/password */ -char *mail_get_password (const char *prompt, gboolean secret); +char *mail_get_password (CamelService *service, const char *prompt, gboolean secret); /* present information and get an ok (or possibly cancel) * "type" is as for gnome_message_box_new(); |