diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-08-26 14:26:36 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-08-26 14:26:36 +0000 |
commit | 05af99cd35529b603cf93c1ea73bc19f98c773da (patch) | |
tree | 26085c8fed70f61a0e1b8827e402ff248bc14e50 /ext/dbplus/php_dbplus.h | |
parent | 739716883bf2f18679c3de61c3eadeb18596edd6 (diff) | |
download | php-git-05af99cd35529b603cf93c1ea73bc19f98c773da.tar.gz |
whitespace
Diffstat (limited to 'ext/dbplus/php_dbplus.h')
-rw-r--r-- | ext/dbplus/php_dbplus.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/dbplus/php_dbplus.h b/ext/dbplus/php_dbplus.h index fbf2ca0418..232c656697 100644 --- a/ext/dbplus/php_dbplus.h +++ b/ext/dbplus/php_dbplus.h @@ -85,11 +85,11 @@ PHP_FUNCTION(dbplus_xunlockrel); /* - Declare any global variables you may need between the BEGIN - and END macros here: + Declare any global variables you may need between the BEGIN + and END macros here: ZEND_BEGIN_MODULE_GLOBALS(dbplus) - int global_variable; + int global_variable; ZEND_END_MODULE_GLOBALS(dbplus) */ @@ -114,7 +114,7 @@ void dbplus_destruct_relation(zend_rsrc_list_entry *rsrc TSRMLS_DC); void dbplus_destruct_tupel(zend_rsrc_list_entry *rsrc TSRMLS_DC); -#endif /* PHP_DBPLUS_H */ +#endif /* PHP_DBPLUS_H */ /* |