diff options
Diffstat (limited to 'ext/standard/php_metaphone.h')
| -rw-r--r-- | ext/standard/php_metaphone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h index 7001e3316e..14991b4fe9 100644 --- a/ext/standard/php_metaphone.h +++ b/ext/standard/php_metaphone.h @@ -21,6 +21,7 @@ #ifndef _php_metaphone_h #define _php_metaphone_h +char Lookahead(char *word, int how_far); extern zend_module_entry metaphone_module_entry; #define phpext_metaphone_ptr &metaphone_module_entry |
