Add tag-peeling support

This commit is contained in:
Carlos Martín Nieto
2013-05-30 03:39:51 +02:00
parent f410083711
commit 0e644be825
5 changed files with 69 additions and 0 deletions

View File

@@ -101,6 +101,10 @@ blob_size(_ObjHandle) ->
blob_content(_ObjHandle) ->
nif_error(?LINE).
-spec tag_peel(term()) -> {ok, atom(), term()} | {error, term()}.
tag_peel(_Tag) ->
?NIF_FN.
-spec library_version() -> {integer, integer, integer}.
library_version() ->
nif_error(?LINE).