diff options
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index c047d49c0a..0a3243a894 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -40,8 +40,6 @@ #define d(x) static void set_stop(int sensitive); -static void mail_enable_stop(void); -static void mail_disable_stop(void); static void mail_operation_status(struct _CamelOperation *op, const char *what, int pc, void *data); #ifdef LOG_LOCKS @@ -799,7 +797,7 @@ struct _mail_msg_op set_busy_op = { NULL, }; -static void mail_enable_stop(void) +void mail_enable_stop(void) { struct _mail_msg *m; @@ -812,7 +810,7 @@ static void mail_enable_stop(void) MAIL_MT_UNLOCK(status_lock); } -static void mail_disable_stop(void) +void mail_disable_stop(void) { struct _mail_msg *m; |