Skip to content

Commit

Permalink
Mark nifs with the otp25 attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed May 26, 2022
1 parent 4e567d0 commit ef7018f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/exml_nif.erl
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
%%%-------------------------------------------------------------------
%%% @copyright (C) 2018-2021, Erlang Solutions Ltd.
%%% @copyright (C) 2018-2022, Erlang Solutions Ltd.
%%% @private
%%%-------------------------------------------------------------------

-module(exml_nif).

-include("exml.hrl").
-include("exml_stream.hrl").
-nifs([create/2, escape_cdata/1, to_binary/2, parse/1, parse_next/2, reset_parser/1]).

-type parser() :: term().
-type stream_element() :: exml:element() | exml_stream:start() | exml_stream:stop().
Expand Down

0 comments on commit ef7018f

Please sign in to comment.