diff options
| author | foobar <sniper@php.net> | 2003-07-16 05:10:29 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-07-16 05:10:29 +0000 |
| commit | 9887afad9ca84bab9f8c37d83f4b040693063132 (patch) | |
| tree | 5e0d7c48d77124680ab62736220f1cac40924733 /ext/snmp/snmp.c | |
| parent | 6676e6f2e98f6431c08ea19b7b0cbc3a472110b1 (diff) | |
| download | php-git-9887afad9ca84bab9f8c37d83f4b040693063132.tar.gz | |
Remove extra proto. (copy/paste error?)
Diffstat (limited to 'ext/snmp/snmp.c')
| -rw-r--r-- | ext/snmp/snmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 14f2517f47..74694f113c 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -1002,8 +1002,6 @@ PHP_FUNCTION(snmp3_getnext) /* }}} */ /* {{{ proto int snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]]) - -/* {{{ proto int snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]]) Fetch the value of a SNMP object */ PHP_FUNCTION(snmp3_walk) { |
