]> diplodocus.org Git - nmh/blobdiff - sbr/credentials.c
man: Fix some of the font-changing macros' parameters.
[nmh] / sbr / credentials.c
index b34b967395949dbca85ec8ab742fbc9a8c339289..82e3c292e175a2e2e435290b1c13ea510d219f85 100644 (file)
@@ -8,6 +8,7 @@
 #include <h/mh.h>
 #include <h/utils.h>
 #include <h/mts.h>
+#include "m_maildir.h"
 
 struct nmh_creds {
     char *host;                /* Hostname corresponding to credentials */
@@ -16,7 +17,7 @@ struct nmh_creds {
 };
 
 void
-init_credentials_file () {
+init_credentials_file(void) {
     if (credentials_file == NULL) {
         char *cred_style = context_find ("credentials");