summaryrefslogtreecommitdiff
path: root/ext/snmp/php_snmp.h
diff options
context:
space:
mode:
authorBoris Lytochkin <lytboris@php.net>2011-07-21 12:47:07 +0000
committerBoris Lytochkin <lytboris@php.net>2011-07-21 12:47:07 +0000
commit96c45c85adb97967298e31c546cece5e21ccf49e (patch)
tree3b84fed7d4b83eb25299696a11dae3e177b91502 /ext/snmp/php_snmp.h
parent1f396617ebd7edf139466b2a9f9f5dca98339ae7 (diff)
downloadphp-git-96c45c85adb97967298e31c546cece5e21ccf49e.tar.gz
s/noOIDIncreasingCheck/oid_increasing_check/
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r--ext/snmp/php_snmp.h2
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;