summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/php3_snmp.h2
-rw-r--r--ext/snmp/snmp.c2
2 files changed, 2 insertions, 2 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
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index 05c35f3b54..5943decc83 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -104,7 +104,7 @@ int php3i_snmp_init(INIT_FUNC_ARGS) {
return SUCCESS;
}
-void php3_info_snmp(void) {
+void php3_info_snmp(ZEND_MODULE_INFO_FUNC_ARGS) {
php3_printf("ucd-snmp");
}