yamerl_node_int_ext: base*_to_integer() are not part of the public API

This commit is contained in:
Jean-Sébastien Pédron 2016-11-13 16:53:36 +01:00
parent 91c75e33a3
commit 3d13c91ebc
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -39,7 +39,11 @@
try_construct_token/3,
construct_token/3,
node_pres/1,
string_to_integer/1,
string_to_integer/1
]).
%% Internal use only.
-export([
base2_to_integer/2,
base8_to_integer/2,
base10_to_integer/2,