summaryrefslogtreecommitdiff
path: root/Zend/zend_weakrefs.h
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 /Zend/zend_weakrefs.h
parenta65ec4c2db58632b0d9b76516d0fe6d2b5fb4ba5 (diff)
downloadphp-git-6e92487f66794befb9d312a92e5b383dec012daf.tar.gz
Fix warnings of strict-prototypes
Closes GH-5887.
Diffstat (limited to 'Zend/zend_weakrefs.h')
-rw-r--r--Zend/zend_weakrefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_weakrefs.h b/Zend/zend_weakrefs.h
index cf902f3dd4..2cce74524f 100644
--- a/Zend/zend_weakrefs.h
+++ b/Zend/zend_weakrefs.h
@@ -23,8 +23,8 @@ extern ZEND_API zend_class_entry *zend_ce_weakref;
void zend_register_weakref_ce(void);
-void zend_weakrefs_init();
-void zend_weakrefs_shutdown();
+void zend_weakrefs_init(void);
+void zend_weakrefs_shutdown(void);
ZEND_API void zend_weakrefs_notify(zend_object *object);