summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authortwosee <twose@qq.com>2020-07-23 00:59:00 +0800
committertwosee <twose@qq.com>2020-07-23 00:59:00 +0800
commit6e92487f66794befb9d312a92e5b383dec012daf (patch)
tree363fe7cc4c967ddb538d88108fd17a72ccc90aac /win32
parenta65ec4c2db58632b0d9b76516d0fe6d2b5fb4ba5 (diff)
downloadphp-git-6e92487f66794befb9d312a92e5b383dec012daf.tar.gz
Fix warnings of strict-prototypes
Closes GH-5887.
Diffstat (limited to 'win32')
-rw-r--r--win32/sendmail.c2
1 files changed, 1 insertions, 1 deletions
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);