X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef..cae263b3cec6548fa9c752df0103308740c25e39:/sbr/credentials.c diff --git a/sbr/credentials.c b/sbr/credentials.c index b610b2b9..910e097d 100644 --- a/sbr/credentials.c +++ b/sbr/credentials.c @@ -5,9 +5,14 @@ * complete copyright information. */ -#include -#include -#include +#include "h/mh.h" +#include "concat.h" +#include "ruserpass.h" +#include "credentials.h" +#include "context_find.h" +#include "error.h" +#include "h/utils.h" +#include "h/mts.h" #include "m_maildir.h" struct nmh_creds { @@ -17,7 +22,8 @@ struct nmh_creds { }; void -init_credentials_file(void) { +init_credentials_file(void) +{ if (credentials_file == NULL) { char *cred_style = context_find ("credentials");