X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fe86b6d55ac470e6e832c53ea2c71e680efe5274..3e7c0fe01050063cd415e667e7b99f537d41f689:/sbr/credentials.c diff --git a/sbr/credentials.c b/sbr/credentials.c index 32bc7920..82e3c292 100644 --- a/sbr/credentials.c +++ b/sbr/credentials.c @@ -1,4 +1,5 @@ -/* +/* credentials.c -- wrap configurable access to .netrc or similar files. + * * This code is Copyright (c) 2013, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -7,6 +8,7 @@ #include #include #include +#include "m_maildir.h" struct nmh_creds { char *host; /* Hostname corresponding to credentials */ @@ -15,7 +17,7 @@ struct nmh_creds { }; void -init_credentials_file () { +init_credentials_file(void) { if (credentials_file == NULL) { char *cred_style = context_find ("credentials");