summaryrefslogtreecommitdiff
path: root/ext/mnogosearch/php_mnogo.h
diff options
context:
space:
mode:
authorSergey Kartashoff <gluke@php.net>2001-04-30 11:11:19 +0000
committerSergey Kartashoff <gluke@php.net>2001-04-30 11:11:19 +0000
commita1eee04a1b29edafe74972bb9b812a2020dcae86 (patch)
treec97f5c05ec4effe35c3f09c3bf90e04074c71c5b /ext/mnogosearch/php_mnogo.h
parentb120ab3986c2ea2b7cf8ca3961b6861fb5fac287 (diff)
downloadphp-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.h3
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);