summaryrefslogtreecommitdiff
path: root/ext/standard/php_metaphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_metaphone.h')
-rw-r--r--ext/standard/php_metaphone.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h
index 5e420863f0..60c6d8e8ea 100644
--- a/ext/standard/php_metaphone.h
+++ b/ext/standard/php_metaphone.h
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Thies C. Arntzen <thies@digicol.de> |
+ | Authors: Thies C. Arntzen <thies@digicol.de> |
+----------------------------------------------------------------------+
*/
@@ -21,7 +21,6 @@
#ifndef _php_metaphone_h
#define _php_metaphone_h
-extern zend_module_entry metaphone_module_entry;
-#define phpext_metaphone_ptr &metaphone_module_entry
+PHP_FUNCTION(metaphone);
#endif