diff options
author | Sverker Eriksson <[email protected]> | 2013-12-16 11:55:49 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-12-16 11:55:49 +0100 |
commit | 3c5baf40ff8967d0b3190c5fabe15fb1487f6c52 (patch) | |
tree | 879fe0467a9630c8ddc011bdfe39f47912fb8262 /erts/emulator/beam/global.h | |
parent | d7b9addd8637f67ba670312033acf1c0695f5af6 (diff) | |
download | otp-3c5baf40ff8967d0b3190c5fabe15fb1487f6c52.tar.gz otp-3c5baf40ff8967d0b3190c5fabe15fb1487f6c52.tar.bz2 otp-3c5baf40ff8967d0b3190c5fabe15fb1487f6c52.zip |
erts: Add 'extra' argument to erts_convert_filename_to_encoding
Diffstat (limited to 'erts/emulator/beam/global.h')
-rwxr-xr-x | erts/emulator/beam/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 94bc1b172a..6e5d352e5b 100755 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -921,7 +921,8 @@ char *erts_convert_filename_to_encoding(Eterm name, char *statbuf, ErtsAlcType_t alloc_type, int allow_empty, int allow_atom, int encoding, - Sint *used /* out */); + Sint *used /* out */, + Uint extra); char* erts_convert_filename_to_wchar(byte* bytes, Uint size, char *statbuf, size_t statbuf_size, ErtsAlcType_t alloc_type, Sint* used, |