]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
Remove comment asking if siglongjmp(3) should be used; it is.
[nmh] / mts / smtp / smtp.c
index fed756b7d1b615b4ed3092ef4d7a5e1eff2175b0..e3ac50d078beb59f1649706c762bd56e6dbd95f2 100644 (file)
@@ -64,7 +64,7 @@ static int sm_nerror (char *);
 static int smtalk (int time, char *fmt, ...) CHECK_PRINTF(2, 3);
 static int sm_wstream (char *, int);
 static int smhear (void);
-static char *EHLOset (char *);
+static char *EHLOset (char *) PURE;
 static int sm_sasl_callback(enum sasl_message_type, unsigned const char *,
                            unsigned int, unsigned char **, unsigned int *,
                            char **);