summaryrefslogtreecommitdiff
path: root/src/node_i18n.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2016-04-19 16:11:21 -0700
committerJames M Snell <jasnell@gmail.com>2016-04-21 11:37:47 -0700
commitcdba9a6c02ba3418feacaefa575d02fab0eb594b (patch)
tree025b73ae660144d6a48fd407007e8706950e4a49 /src/node_i18n.h
parent2e974cdd8ce1829d50b8e8713633e4510b2d3e76 (diff)
downloadandroid-node-v8-cdba9a6c02ba3418feacaefa575d02fab0eb594b.tar.gz
android-node-v8-cdba9a6c02ba3418feacaefa575d02fab0eb594b.tar.bz2
android-node-v8-cdba9a6c02ba3418feacaefa575d02fab0eb594b.zip
src: add intl and icu configs to process.binding('config')
PR-URL: https://github.com/nodejs/node/pull/6266 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/node_i18n.h')
-rw-r--r--src/node_i18n.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node_i18n.h b/src/node_i18n.h
index 0d47927a6c..4e812ad0f3 100644
--- a/src/node_i18n.h
+++ b/src/node_i18n.h
@@ -6,6 +6,9 @@
#if defined(NODE_HAVE_I18N_SUPPORT)
namespace node {
+
+extern bool flag_icu_data_dir;
+
namespace i18n {
bool InitializeICUDirectory(const char* icu_data_path);