summaryrefslogtreecommitdiff
path: root/ext/gettext
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:22:59 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:22:59 +0000
commitc51651dee2e1d6d476e8dca6aa5160ff00113057 (patch)
treecacceae957b209869ab6a92edd1fd86d88823bc1 /ext/gettext
parent57c7f0ab5c15d038483063a931541b8eb29fa570 (diff)
downloadphp-git-c51651dee2e1d6d476e8dca6aa5160ff00113057.tar.gz
proto fixes
Diffstat (limited to 'ext/gettext')
-rw-r--r--ext/gettext/gettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gettext/gettext.c b/ext/gettext/gettext.c
index 162f1ab26a..f36b2e48b0 100644
--- a/ext/gettext/gettext.c
+++ b/ext/gettext/gettext.c
@@ -217,7 +217,7 @@ PHP_FUNCTION(ngettext)
#endif
#if HAVE_DNGETTEXT
-/* {{{ proto string dngettext (string domain, string msgid1, string msgid2, long count)
+/* {{{ proto string dngettext (string domain, string msgid1, string msgid2, int count)
Plural version of dgettext() */
PHP_FUNCTION(dngettext)
{
@@ -245,7 +245,7 @@ PHP_FUNCTION(dngettext)
#endif
#if HAVE_DCNGETTEXT
-/* {{{ proto string dcngettext (string domain, string msgid1, string msgid2, long n, int category)
+/* {{{ proto string dcngettext (string domain, string msgid1, string msgid2, int n, int category)
Plural version of dcgettext() */
PHP_FUNCTION(dcngettext)
{