summaryrefslogtreecommitdiff
path: root/ext/gettext/php_gettext.h
diff options
context:
space:
mode:
authorZak Greant <zak@php.net>2000-12-08 09:20:42 +0000
committerZak Greant <zak@php.net>2000-12-08 09:20:42 +0000
commit767fa2c6af1678be1e87c7bce2bf1f01d95cbade (patch)
tree434bad64a6837dab9a225b0d0aa7282897c81433 /ext/gettext/php_gettext.h
parentefbc4a2566ddb0c6d8d7c095579d4b5178a6e870 (diff)
downloadphp-git-767fa2c6af1678be1e87c7bce2bf1f01d95cbade.tar.gz
Added constants to represent the various categories of
locale (LC_ALL, LC_MESSAGES, etc...)
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r--ext/gettext/php_gettext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h
index 73822af568..2c649390f8 100644
--- a/ext/gettext/php_gettext.h
+++ b/ext/gettext/php_gettext.h
@@ -30,6 +30,7 @@ extern zend_module_entry php_gettext_module_entry;
#define gettext_module_ptr &php_gettext_module_entry
PHP_MINFO_FUNCTION(gettext);
+PHP_MINIT_FUNCTION(gettext);
PHP_FUNCTION(textdomain);
PHP_FUNCTION(gettext);