Current section

Files

Jump to
schema include dict sendInfo.hrl
Raw

include/dict/sendInfo.hrl

-ifndef(SENDINFO_HRL).
-define(SENDINFO_HRL, true).
-record(sendInfo, { orgs = [] :: [] | term(),
etc = [] :: [] | term()
}).
-endif.