summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ftp/ftp_arginfo.h')
-rw-r--r--ext/ftp/ftp_arginfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/ftp/ftp_arginfo.h b/ext/ftp/ftp_arginfo.h
index 5a3912c3fc..7553304b62 100644
--- a/ext/ftp/ftp_arginfo.h
+++ b/ext/ftp/ftp_arginfo.h
@@ -280,7 +280,7 @@ static const zend_function_entry class_FTPConnection_methods[] = {
ZEND_FE_END
};
-zend_class_entry *register_class_FTPConnection()
+static zend_class_entry *register_class_FTPConnection(void)
{
zend_class_entry ce, *class_entry;
@@ -290,4 +290,3 @@ zend_class_entry *register_class_FTPConnection()
return class_entry;
}
-