From 6e92487f66794befb9d312a92e5b383dec012daf Mon Sep 17 00:00:00 2001 From: twosee Date: Thu, 23 Jul 2020 00:59:00 +0800 Subject: Fix warnings of strict-prototypes Closes GH-5887. --- win32/sendmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/sendmail.c b/win32/sendmail.c index ff57da88c2..3d73ef9b5b 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -300,7 +300,7 @@ PHPAPI int TSendMail(const char *host, int *error, char **error_message, // Author/Date: jcar 20/9/96 // History: //********************************************************************/ -PHPAPI void TSMClose() +PHPAPI void TSMClose(void) { Post("QUIT\r\n"); Ack(NULL); -- cgit v1.2.1