diff options
| author | Marc Boeren <mboeren@php.net> | 2001-08-17 13:56:29 +0000 |
|---|---|---|
| committer | Marc Boeren <mboeren@php.net> | 2001-08-17 13:56:29 +0000 |
| commit | 48d6d5e5310808313d336c25ff25c70867c539f6 (patch) | |
| tree | ad35f23ae7c17ef38fbcf834493abb721574ff65 /ext/dbx/dbx.h | |
| parent | e245e33f1fc7960f237fb9a028fa7e88f3526197 (diff) | |
| download | php-git-48d6d5e5310808313d336c25ff25c70867c539f6.tar.gz | |
whitespace, braces, coding style (Mc)
Diffstat (limited to 'ext/dbx/dbx.h')
| -rw-r--r-- | ext/dbx/dbx.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h index e0f4ec84e6..8e9b7fdd08 100644 --- a/ext/dbx/dbx.h +++ b/ext/dbx/dbx.h @@ -33,21 +33,21 @@ #define DBX_PERSISTENT (1<<0) -#define DBX_RESULT_INFO (1<<0) -#define DBX_RESULT_INDEX (1<<1) -#define DBX_RESULT_ASSOC (1<<2) +#define DBX_RESULT_INFO (1<<0) +#define DBX_RESULT_INDEX (1<<1) +#define DBX_RESULT_ASSOC (1<<2) -#define DBX_CMP_NATIVE (1<<0) +#define DBX_CMP_NATIVE (1<<0) #define DBX_CMP_TEXT (1<<1) -#define DBX_CMP_NUMBER (1<<2) +#define DBX_CMP_NUMBER (1<<2) #define DBX_CMP_ASC (1<<3) #define DBX_CMP_DESC (1<<4) #define MOVE_RETURNED_TO_RV(rv, returned_zval) { **rv = *returned_zval; zval_copy_ctor(*rv); zval_ptr_dtor(&returned_zval); } -void dbx_call_any_function(INTERNAL_FUNCTION_PARAMETERS, char * function_name, zval **returnvalue, int number_of_arguments, zval *** params); +void dbx_call_any_function(INTERNAL_FUNCTION_PARAMETERS, char *function_name, zval **returnvalue, int number_of_arguments, zval ***params); -#endif /* ZEND_DBX_H */ +#endif /* ZEND_DBX_H */ /* |
