diff options
| author | Sergey Kartashoff <gluke@php.net> | 2001-03-01 13:38:39 +0000 |
|---|---|---|
| committer | Sergey Kartashoff <gluke@php.net> | 2001-03-01 13:38:39 +0000 |
| commit | cfe241208168c28e12f7aff135553e6387b36c4b (patch) | |
| tree | 7cc94f2d07a92aee5bf13f3d751319f1257d2108 /ext/mnogosearch/php_mnogo.h | |
| parent | 423fcaf2dcb4ec42383cd838df605f7c3f401f3f (diff) | |
| download | php-git-cfe241208168c28e12f7aff135553e6387b36c4b.tar.gz | |
Udm_Api_Version function has been added.
Example updated.
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
| -rw-r--r-- | ext/mnogosearch/php_mnogo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index 34a85d3927..948aca9522 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -49,6 +49,8 @@ DLEXPORT PHP_RINIT_FUNCTION(mnogosearch); DLEXPORT PHP_MSHUTDOWN_FUNCTION(mnogosearch); DLEXPORT PHP_MINFO_FUNCTION(mnogosearch); +DLEXPORT PHP_FUNCTION(udm_api_version); + DLEXPORT PHP_FUNCTION(udm_alloc_agent); DLEXPORT PHP_FUNCTION(udm_set_agent_param); |
