diff options
author | Jon Parise <jon@php.net> | 2001-11-09 16:27:09 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-11-09 16:27:09 +0000 |
commit | 8f26c3f326c66d0ba549df589de24f27288dcefc (patch) | |
tree | c7bd8089f2832db59f69adc93cb1da3b68979ad4 /ext/gettext/php_gettext.h | |
parent | 8ee38d9d75f02b604106887b2548d30b7c913414 (diff) | |
download | php-git-8f26c3f326c66d0ba549df589de24f27288dcefc.tar.gz |
@ Added support for bind_textdomain_codeset(). (rudib@email.si)
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r-- | ext/gettext/php_gettext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h index 8a2faf9f7c..3fac0a16cf 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -45,6 +45,9 @@ PHP_FUNCTION(dngettext); #if HAVE_DCNGETTEXT PHP_FUNCTION(dcngettext); #endif +#if HAVE_BIND_TEXTDOMAIN_CODESET +PHP_FUNCTION(bind_textdomain_codeset); +#endif #else #define gettext_module_ptr NULL |