diff options
| author | Sergey Kartashoff <gluke@php.net> | 2001-04-30 11:11:19 +0000 |
|---|---|---|
| committer | Sergey Kartashoff <gluke@php.net> | 2001-04-30 11:11:19 +0000 |
| commit | a1eee04a1b29edafe74972bb9b812a2020dcae86 (patch) | |
| tree | c97f5c05ec4effe35c3f09c3bf90e04074c71c5b /ext/mnogosearch/php_mnogo.h | |
| parent | b120ab3986c2ea2b7cf8ca3961b6861fb5fac287 (diff) | |
| download | php-git-a1eee04a1b29edafe74972bb9b812a2020dcae86.tar.gz | |
Udm_Cat_List and Udm_Cat_Path functions has been added.
@ Udm_Cat_List and Udm_Cat_Path functions has been added.
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
| -rw-r--r-- | ext/mnogosearch/php_mnogo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index 948aca9522..07238754ad 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -67,6 +67,9 @@ DLEXPORT PHP_FUNCTION(udm_find); DLEXPORT PHP_FUNCTION(udm_get_res_field); DLEXPORT PHP_FUNCTION(udm_get_res_param); +DLEXPORT PHP_FUNCTION(udm_cat_list); +DLEXPORT PHP_FUNCTION(udm_cat_path); + DLEXPORT PHP_FUNCTION(udm_free_res); DLEXPORT PHP_FUNCTION(udm_free_agent); |
