aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-11-21 13:08:39 +0200
committerRiccardo Spagni <ric@spagni.net>2015-11-21 13:08:42 +0200
commit9276233b9ea58a19a5c1490b70cbec90ebcc3147 (patch)
tree8eb1cef8eadd62c4bebb4ee026eba0ab0f58fd49 /src/common/util.h
parentMerge pull request #492 (diff)
parentFix startup crash when using a locale boost does not like (diff)
downloadmonero-9276233b9ea58a19a5c1490b70cbec90ebcc3147.tar.xz
Merge pull request #493
f3724ae Fix startup crash when using a locale boost does not like (moneromooo-monero) 0c1dae3 i18n: allow language to be passed as a parameter (moneromooo-monero)
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 883fe1e0f..236a0b6f0 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -88,6 +88,8 @@ namespace tools
*/
std::error_code replace_file(const std::string& replacement_name, const std::string& replaced_name);
+ bool sanitize_locale();
+
inline crypto::hash get_proof_of_trust_hash(const nodetool::proof_of_trust& pot)
{
std::string s;