]> diplodocus.org Git - nmh/blobdiff - sbr/credentials.c
Removed sysconfdir overrides from SPECS examples.
[nmh] / sbr / credentials.c
index b610b2b9810306dd9060c33125be4fec6c2547a8..910e097dd34d9b9d5df253b06f47249742adcf34 100644 (file)
@@ -5,9 +5,14 @@
  * complete copyright information.
  */
 
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
-#include <h/mts.h>
+#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 {
 #include "m_maildir.h"
 
 struct nmh_creds {
@@ -17,7 +22,8 @@ struct nmh_creds {
 };
 
 void
 };
 
 void
-init_credentials_file(void) {
+init_credentials_file(void)
+{
     if (credentials_file == NULL) {
         char *cred_style = context_find ("credentials");
 
     if (credentials_file == NULL) {
         char *cred_style = context_find ("credentials");