diff options
author | Chuck Hagenbuch <chagenbu@php.net> | 2001-08-27 18:43:07 +0000 |
---|---|---|
committer | Chuck Hagenbuch <chagenbu@php.net> | 2001-08-27 18:43:07 +0000 |
commit | 0aca8254356fe721f8844d1e26b312da139f12e4 (patch) | |
tree | 2c6e79fa4a3b87f42f41040d936b180302f0d467 /ext/gettext/php_gettext.h | |
parent | 30562acbb2a4ba69e3df458863f2885fc068ecc0 (diff) | |
download | php-git-0aca8254356fe721f8844d1e26b312da139f12e4.tar.gz |
add ngettext() support from Walter Franzini <walter@sys-net.it>, and use Z_*
macros.
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 c7323831dd..1cfa68f09c 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -36,6 +36,9 @@ PHP_FUNCTION(gettext); PHP_FUNCTION(dgettext); PHP_FUNCTION(dcgettext); PHP_FUNCTION(bindtextdomain); +PHP_FUNCTION(ngettext); +PHP_FUNCTION(dngettext); +PHP_FUNCTION(dcngettext); #else #define gettext_module_ptr NULL |