]> diplodocus.org Git - nmh/blobdiff - h/mh.h
Add FIXME raising if iscntrl(3) test should be based on isprint(3)
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 3c2fb061dbc3f2a91c4be13e679fdd56a68ae5d8..55825da03e2f941917dbd925132b717a550f0677 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -396,12 +396,7 @@ typedef struct m_getfld_state *m_getfld_state_t;
 /*
  * credentials management
  */
-struct nmh_creds {
-    char *host;
-    char *user;
-    char *password;
-};
-
+struct nmh_creds;
 typedef struct nmh_creds *nmh_creds_t;
 
 /*