Current section

Files

Jump to
erp include branch.hrl
Raw

include/branch.hrl

-ifndef(BRANCH_HRL).
-define(BRANCH_HRL, true).
-include("location.hrl").
-record('Branch', { id = kvs:seq([],[]) :: [] | binary(),
loc = [] :: [] | #'Loc'{} }).
-endif.