diff options
Diffstat (limited to 'mailcheck/remote-helper.h')
-rw-r--r-- | mailcheck/remote-helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mailcheck/remote-helper.h b/mailcheck/remote-helper.h index 8b2b8f43f..81696b515 100644 --- a/mailcheck/remote-helper.h +++ b/mailcheck/remote-helper.h @@ -17,7 +17,8 @@ gpointer helper_pop3_check (RemoteHandler handler, gpointer data, gpointer helper_imap_check (RemoteHandler handler, gpointer data, GDestroyNotify destroy_notify, const char *command, - const char *h, const char* n, const char* e); + const char *h, const char* n, const char* e, + const char *f); void helper_whack_handle (gpointer handle); #endif |