diff options
| author | Andrey Hristov <andrey@php.net> | 1999-07-27 19:44:46 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-07-27 19:44:46 +0000 |
| commit | 07d691174b38a5bc05aa6c1fc0ff4d135e8d1356 (patch) | |
| tree | 1d9930e938977ec797058956d2691854a822b52a /ext/gettext/php3_gettext.h | |
| parent | bb8046c4a9a81b5d6d9568d1fb53e9114b1e4f68 (diff) | |
| download | php-git-07d691174b38a5bc05aa6c1fc0ff4d135e8d1356.tar.gz | |
Symbol work.
Diffstat (limited to 'ext/gettext/php3_gettext.h')
| -rw-r--r-- | ext/gettext/php3_gettext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gettext/php3_gettext.h b/ext/gettext/php3_gettext.h index dab9b85c3b..e01d041b94 100644 --- a/ext/gettext/php3_gettext.h +++ b/ext/gettext/php3_gettext.h @@ -40,7 +40,8 @@ extern php3_module_entry php3_gettext_module_entry; #define gettext_module_ptr &php3_gettext_module_entry -void php3_info_gettext(ZEND_MODULE_INFO_FUNC_ARGS); +PHP_MINFO_FUNCTION(gettext); + PHP_FUNCTION(textdomain); PHP_FUNCTION(gettext); PHP_FUNCTION(dgettext); |
