]> git.marmaro.de Git - mmh/blobdiff - mts/smtp/smtp.h
Fix so this compiles without SASL support.
[mmh] / mts / smtp / smtp.h
index 4fdcdfe57d91c959d0fe63b1849cbcfff0e41d9c..c88620ea726b2c7d8d3ca1c21e17910b77acce04 100644 (file)
@@ -1,8 +1,6 @@
 
 /*
  * smtp.h -- definitions for the nmh SMTP Interface
- *
- * $Id$
  */
 
 /* various modes for SMTP */
@@ -24,7 +22,7 @@ struct smtp {
  * prototypes
  */
 /* int client (); */
-int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *);
+int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *, int);
 int sm_winit (int, char *);
 int sm_wadr (char *, char *, char *);
 int sm_waend (void);