diff options
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); |