* clear out some warnings by gcc 9.3.1.
[alpine.git] / web / src / alpined.d / imap.h
blob471041b33e7ccfcb9b982835eb6c664522ec666e
1 /*-----------------------------------------------------------------------
2 $Id: imap.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
3 -----------------------------------------------------------------------*/
5 #ifndef _WEB_ALPINE_IMAP_INCLUDED
6 #define _WEB_ALPINE_IMAP_INCLUDED
9 #include "../../../pith/imap.h"
12 /* exported prototypes */
13 long alpine_tcptimeout(long, long);
14 long alpine_sslcertquery(char *, char *, char *);
15 void alpine_sslfailure(char *, char *, unsigned long);
16 void alpine_set_passwd(char *, char *, char *, int);
17 void alpine_clear_passwd(char *, char *);
18 int alpine_have_passwd(char *, char *, int);
19 char *alpine_get_user(char *, int);
23 #endif /* _WEB_ALPINE_IMAP_INCLUDED */