From: Egon Schmid Date: Fri, 25 Feb 2000 11:28:41 +0000 (+0000) Subject: Breaks funclist.txt X-Git-Tag: PHP-4.0-RC1~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10f52b48052a3f3670628beea85b5dffaf6e4c50;p=php Breaks funclist.txt --- diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c index 7eb91ddce9..8e3447528e 100644 --- a/ext/standard/metaphone.c +++ b/ext/standard/metaphone.c @@ -26,13 +26,12 @@ static int metaphone(char *word, int max_phonemes, char **phoned_word, int tradi PHP_FUNCTION(metaphone); -function_entry metaphone_functions[] = -{ +function_entry metaphone_functions[] = { PHP_FE(metaphone, NULL) {0}, }; -zend_module_entry metaphone_module_entry = +zend_module_entry metaphone_module_entry = { "Metaphone", metaphone_functions,