sniper Wed Jul 16 01:10:29 2003 EDT
Modified files:
/php-src/ext/snmp snmp.c
Log:
Remove extra proto. (copy/paste error?)
Index: php-src/ext/snmp/snmp.c
diff -u php-src/ext/snmp/snmp.c:1.81 php-src/ext/snmp/snmp.c:1.82
--- php-src/ext/snmp/snmp.c:1.81 Wed Jul 16 00:54:40 2003
+++ php-src/ext/snmp/snmp.c Wed Jul 16 01:10:29 2003
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: snmp.c,v 1.81 2003/07/16 04:54:40 sniper Exp $ */
+/* $Id: snmp.c,v 1.82 2003/07/16 05:10:29 sniper Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1000,8 +1000,6 @@
php_snmpv3(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2);
}
/* }}} */
-
-/* {{{ 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 CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php