Skip to content

Commit

Permalink
Merge pull request #1 from nirvana/master
Browse files Browse the repository at this point in the history
fixed: include/cberl.hrl:7: opaque type handle() is not exported
  • Loading branch information
wcummings committed Aug 10, 2013
2 parents 4a8f087 + d704fa2 commit c4fa851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cberl.hrl
Expand Up @@ -4,7 +4,7 @@
-define('CBE_APPEND', 4).
-define('CBE_PREPEND', 5).

-opaque handle() :: binary().
-type handle() :: binary().

-record(instance, {handle :: handle(),
transcoder :: module()}).
Expand Down

0 comments on commit c4fa851

Please sign in to comment.