diff options
author | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
commit | a208d9a966905ab2f551acfc93f119b51efc94c7 (patch) | |
tree | d5781cdb101153c87b89e22ec876c291e3b970b2 /ext/snmp/snmp.c | |
parent | a05e8e335d077b8da349d40e8e9523eec554a89e (diff) | |
download | php-git-a208d9a966905ab2f551acfc93f119b51efc94c7.tar.gz |
- Nuke php3 legacy
Diffstat (limited to 'ext/snmp/snmp.c')
-rw-r--r-- | ext/snmp/snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 3106138e99..029b8f5cf7 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -113,7 +113,7 @@ static oid objid_mib[] = {1, 3, 6, 1, 2, 1}; /* {{{ snmp_functions[] */ -function_entry snmp_functions[] = { +zend_function_entry snmp_functions[] = { PHP_FE(snmpget, NULL) PHP_FE(snmpgetnext, NULL) PHP_FE(snmpwalk, NULL) |