diff options
Diffstat (limited to 'ext/snmp/php3_snmp.h')
-rw-r--r-- | ext/snmp/php3_snmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/php3_snmp.h b/ext/snmp/php3_snmp.h index c35962cf8f..520e9ee2fa 100644 --- a/ext/snmp/php3_snmp.h +++ b/ext/snmp/php3_snmp.h @@ -46,7 +46,7 @@ extern int php3i_snmp_init(INIT_FUNC_ARGS); extern PHP_FUNCTION(snmpget); extern PHP_FUNCTION(snmpwalk); extern PHP_FUNCTION(snmprealwalk); -extern void php3_info_snmp(void); +extern void php3_info_snmp(ZEND_MODULE_INFO_FUNC_ARGS); #else #define snmp_module_ptr NULL |