moved opts record def from jsx_common.hrl to a public jsx.hrl header file
actually included the new header, oops
This commit is contained in:
parent
5c36ec18d7
commit
7468313ffc
3 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
-export([start/4]).
|
||||
|
||||
-include("jsx_common.hrl").
|
||||
-include("../include/jsx.hrl").
|
||||
|
||||
callback(eof, Callbacks) ->
|
||||
lists:reverse(Callbacks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue