summaryrefslogtreecommitdiff
path: root/pith/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/imap.h')
-rw-r--r--pith/imap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pith/imap.h b/pith/imap.h
index 86a0b533..1b30e456 100644
--- a/pith/imap.h
+++ b/pith/imap.h
@@ -131,5 +131,9 @@ void imap_flush_passwd_cache(int);
void set_read_predicted(int);
void mm_login_work (NETMBX *mb,char *user,char *pwd,long trial,char *usethisprompt, char *altuserforcache);
+/* this is necessary to figure out the name of the password file of the application */
+#ifdef PASSFILE
+char *passfile_name(char *, char *, size_t);
+#endif /* PASSFILE */
#endif /* PITH_IMAP_INCLUDED */