aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_unicode.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-01-11 15:55:47 +0100
committerRickard Green <[email protected]>2018-01-11 15:55:47 +0100
commitc73337fa1d95f4da5e3c702d0346130f7e0b5aac (patch)
treeabe969d2ee8b521ce66ed6930868183d5f1d779c /erts/emulator/beam/erl_unicode.h
parenta5cbcbdb85d9da79186403eb1f05dd74fd02183b (diff)
parentc3ddb0fc41efcada961920a26f5286f12793614e (diff)
downloadotp-c73337fa1d95f4da5e3c702d0346130f7e0b5aac.tar.gz
otp-c73337fa1d95f4da5e3c702d0346130f7e0b5aac.tar.bz2
otp-c73337fa1d95f4da5e3c702d0346130f7e0b5aac.zip
Merge branch 'rickard/file-encoding-stacktraces/OTP-14847/ERL-544' into maint
* rickard/file-encoding-stacktraces/OTP-14847/ERL-544: Fix encoding of filenames in stacktraces
Diffstat (limited to 'erts/emulator/beam/erl_unicode.h')
-rw-r--r--erts/emulator/beam/erl_unicode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_unicode.h b/erts/emulator/beam/erl_unicode.h
index e01eaa787e..31369fc8f9 100644
--- a/erts/emulator/beam/erl_unicode.h
+++ b/erts/emulator/beam/erl_unicode.h
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2008-2016. All Rights Reserved.
+ * Copyright Ericsson AB 2008-2018. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,4 +21,7 @@
#ifndef _ERL_UNICODE_H
#define _ERL_UNICODE_H
+Uint erts_atom_to_string_length(Eterm atom);
+Eterm erts_atom_to_string(Eterm **hpp, Eterm atom);
+
#endif /* _ERL_UNICODE_H */