diff options
author | Uwe Steinmann <steinm@php.net> | 2000-10-27 09:29:40 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-10-27 09:29:40 +0000 |
commit | e5772157362dc8e1474270f789dda26217aa0660 (patch) | |
tree | be20aa74746891ade066f466622c6a61fd12ec35 /ext/hyperwave/php_hyperwave.h | |
parent | 2946f87f00806f9324763549bbde35d8ffdd51b4 (diff) | |
download | php-git-e5772157362dc8e1474270f789dda26217aa0660.tar.gz |
- added four functions to do fulltext query
Diffstat (limited to 'ext/hyperwave/php_hyperwave.h')
-rw-r--r-- | ext/hyperwave/php_hyperwave.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/hyperwave/php_hyperwave.h b/ext/hyperwave/php_hyperwave.h index 79218ce2fc..6e1be6fde1 100644 --- a/ext/hyperwave/php_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.h @@ -115,6 +115,10 @@ PHP_FUNCTION(hw_getobjectbyquery); PHP_FUNCTION(hw_getobjectbyqueryobj); PHP_FUNCTION(hw_getobjectbyquerycoll); PHP_FUNCTION(hw_getobjectbyquerycollobj); +PHP_FUNCTION(hw_getobjectbyftquery); +PHP_FUNCTION(hw_getobjectbyftqueryobj); +PHP_FUNCTION(hw_getobjectbyftquerycoll); +PHP_FUNCTION(hw_getobjectbyftquerycollobj); PHP_FUNCTION(hw_getchilddoccoll); PHP_FUNCTION(hw_getchilddoccollobj); PHP_FUNCTION(hw_getanchors); |