diff options
author | Stig Bakken <ssb@php.net> | 1999-12-05 10:29:06 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-12-05 10:29:06 +0000 |
commit | ae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e (patch) | |
tree | 3b406c6f138d6d278d9b74ea3d79e4697c91bdae /ext/standard/php_metaphone.h | |
parent | 2aaece2db68b6e15d2246234964101a14c72797f (diff) | |
download | php-git-ae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e.tar.gz |
@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode.
Install DB/common.php and DB/mysql.php on "make install".
# We still have a warning from http_config.h:97. Rasmus? :-)
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 |