mirror of
https://github.com/php/php-src.git
synced 2026-04-06 15:43:13 +02:00
tune text align
This commit is contained in:
@@ -104,13 +104,13 @@ typedef struct snmp_session php_snmp_session;
|
||||
} \
|
||||
}
|
||||
|
||||
#define PHP_SNMP_ERRNO_NOERROR 0
|
||||
#define PHP_SNMP_ERRNO_GENERIC 1
|
||||
#define PHP_SNMP_ERRNO_TIMEOUT 2
|
||||
#define PHP_SNMP_ERRNO_ERROR_IN_REPLY 3
|
||||
#define PHP_SNMP_ERRNO_OID_NOT_INCREASING 4
|
||||
#define PHP_SNMP_ERRNO_OID_PARSING_ERROR 5
|
||||
#define PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES 6
|
||||
#define PHP_SNMP_ERRNO_NOERROR 0
|
||||
#define PHP_SNMP_ERRNO_GENERIC 1
|
||||
#define PHP_SNMP_ERRNO_TIMEOUT 2
|
||||
#define PHP_SNMP_ERRNO_ERROR_IN_REPLY 3
|
||||
#define PHP_SNMP_ERRNO_OID_NOT_INCREASING 4
|
||||
#define PHP_SNMP_ERRNO_OID_PARSING_ERROR 5
|
||||
#define PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES 6
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(snmp)
|
||||
static PHP_GINIT_FUNCTION(snmp);
|
||||
|
||||
Reference in New Issue
Block a user