X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e491542da563673b49c6f6df9948ffaffbeed4fb..3c516d410d256012f843944b0f43a77d8c1ac146:/h/mh.h diff --git a/h/mh.h b/h/mh.h index f5fd66be..354f3fa5 100644 --- a/h/mh.h +++ b/h/mh.h @@ -357,6 +357,17 @@ typedef struct m_getfld_state *m_getfld_state_t; #define NMH_ATTACH_HEADER "Nmh-Attachment" /* Default header for -attach */ +/* + * credentials management + */ +struct nmh_creds { + char *host; + char *user; + char *password; +}; + +typedef struct nmh_creds *nmh_creds_t; + /* * miscellaneous macros */ @@ -405,6 +416,7 @@ extern char *catproc; extern char *components; extern char *context; extern char *current; +extern char *credentials_file; extern char *defaultfolder; extern char *digestcomps; extern char *distcomps;