diff options
| author | Zeev Suraski <zeev@php.net> | 2001-08-05 01:43:02 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-08-05 01:43:02 +0000 |
| commit | 1159c84ab7849099d4a717cd05c2d920102040ed (patch) | |
| tree | ed4e48bb27e2ce5de5972fc3a29c1d24c818467a /ext/mnogosearch/php_mnogo.c | |
| parent | fcc035108f7b8d2e169c5a592227b3df84d0573e (diff) | |
| download | php-git-1159c84ab7849099d4a717cd05c2d920102040ed.tar.gz | |
- TSRMLS_FETCH work
- whitespace fixes
Diffstat (limited to 'ext/mnogosearch/php_mnogo.c')
| -rw-r--r-- | ext/mnogosearch/php_mnogo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mnogosearch/php_mnogo.c b/ext/mnogosearch/php_mnogo.c index 9efe54cbc7..f4c0d42758 100644 --- a/ext/mnogosearch/php_mnogo.c +++ b/ext/mnogosearch/php_mnogo.c @@ -884,7 +884,8 @@ DLEXPORT PHP_FUNCTION(udm_find) /* {{{ proto string udm_get_res_field(int res, int row, int field) Fetch mnoGoSearch result field */ -DLEXPORT PHP_FUNCTION(udm_get_res_field){ +DLEXPORT PHP_FUNCTION(udm_get_res_field) +{ pval **yyres, **yyrow_num, **yyfield_name; UDM_RESULT * Res; |
