diff options
| author | Boris Lytochkin <lytboris@php.net> | 2011-07-21 12:47:07 +0000 |
|---|---|---|
| committer | Boris Lytochkin <lytboris@php.net> | 2011-07-21 12:47:07 +0000 |
| commit | 96c45c85adb97967298e31c546cece5e21ccf49e (patch) | |
| tree | 3b84fed7d4b83eb25299696a11dae3e177b91502 /ext/snmp/php_snmp.h | |
| parent | 1f396617ebd7edf139466b2a9f9f5dca98339ae7 (diff) | |
| download | php-git-96c45c85adb97967298e31c546cece5e21ccf49e.tar.gz | |
s/noOIDIncreasingCheck/oid_increasing_check/
Diffstat (limited to 'ext/snmp/php_snmp.h')
| -rw-r--r-- | ext/snmp/php_snmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index e7b3576ee5..81db1130c4 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -93,7 +93,7 @@ typedef struct _php_snmp_object { int enum_print; int oid_output_format; int snmp_errno; - int noOIDIncreasingCheck; + int oid_increasing_check; char snmp_errstr[128]; } php_snmp_object; |
