We ignore the fact that the user requested SASL, since the pipe to the
[mmh] / mts / sendmail / sendmail.c
index 546097c..9a9c725 100644 (file)
@@ -99,7 +99,7 @@ static RETSIGTYPE alrmser (int);
 
 int
 sm_init (char *client, char *server, int watch, int verbose,
-         int debug, int onex, int queued)
+         int debug, int onex, int queued, int sasl, char *saslmech, char *user)
 {
     int i, result, vecp;
     int pdi[2], pdo[2];