diff options
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
-rw-r--r-- | ext/mnogosearch/php_mnogo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index ab91a520a9..10116682a8 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -67,6 +67,7 @@ DLEXPORT PHP_FUNCTION(udm_crc32); #endif #if UDM_VERSION_ID >= 30204 DLEXPORT PHP_FUNCTION(udm_parse_query_string); +DLEXPORT PHP_FUNCTION(udm_make_excerpt); #endif #endif |