aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-11-24 10:06:33 +0100
committerBjörn Gustavsson <[email protected]>2017-11-24 10:06:33 +0100
commitc17978f689ca8f9dd36f76fa8fcf448664921301 (patch)
tree582f375dccc7908c3807f297ebb0f0ab89424319 /erts/emulator/beam/global.h
parent1678e021c603d0cbc9d951da4facc6e959e5f277 (diff)
parent3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c (diff)
downloadotp-c17978f689ca8f9dd36f76fa8fcf448664921301.tar.gz
otp-c17978f689ca8f9dd36f76fa8fcf448664921301.tar.bz2
otp-c17978f689ca8f9dd36f76fa8fcf448664921301.zip
Merge branch 'bjorn/base64-in-dumps/OTP-14686' into maint
* bjorn/base64-in-dumps/OTP-14686: Use base64 encoding in crash dumps Correct parsing of sub binaries Generalize passing of options for decoding
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 440723aea6..9505942307 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -966,6 +966,7 @@ void process_info(fmtfn_t, void *);
void print_process_info(fmtfn_t, void *, Process*);
void info(fmtfn_t, void *);
void loaded(fmtfn_t, void *);
+void erts_print_base64(fmtfn_t to, void *to_arg, byte* src, Uint size);
/* sighandler sys.c */
int erts_set_signal(Eterm signal, Eterm type);