diff options
| author | Boris Lytochkin <lytboris@php.net> | 2011-07-21 12:48:47 +0000 |
|---|---|---|
| committer | Boris Lytochkin <lytboris@php.net> | 2011-07-21 12:48:47 +0000 |
| commit | 02bf16db0387e9dad7c985b976c7f58b1cfa67f3 (patch) | |
| tree | 2c1ce18bef0f8688507fa7f21a93d73a21aeab32 /ext/snmp/php_snmp.h | |
| parent | 56c563dff7de07816ed43a7dd958952dc3b514ff (diff) | |
| download | php-git-02bf16db0387e9dad7c985b976c7f58b1cfa67f3.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; |
