diff options
Diffstat (limited to 'src/acl.erl')
-rw-r--r-- | src/acl.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/acl.erl b/src/acl.erl index 64a88269b..5db79eba9 100644 --- a/src/acl.erl +++ b/src/acl.erl @@ -25,6 +25,7 @@ -export([match_rules/4, match_acls/3]). -export([access_rules_validator/0, access_validator/0]). -export([validator/1, validators/0]). +-export([loaded_shared_roster_module/1]). %% gen_server callbacks -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]). |