Skip to content

Commit

Permalink
Merge pull request #712 from basho/zl/export-type-for-security-contex…
Browse files Browse the repository at this point in the history
…t-for-specs-in-riak-kv

export security context for use in type-specs in riak-kv wm modules

Reviewed-by: aberghage
  • Loading branch information
borshop committed Feb 25, 2015
2 parents 10eac48 + 47d4f9b commit d1109dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/riak_core_security.erl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
-export([print_users/0, print_sources/0, print_user/1,
print_groups/0, print_group/1, print_grants/1]).

%% type exports
-export_type([context/0]).

%% API
-export([authenticate/3, add_user/2, alter_user/2, del_user/1,
add_group/2, alter_group/2, del_group/1,
Expand Down

0 comments on commit d1109dc

Please sign in to comment.