summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-12-23 17:28:01 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-12-26 04:32:00 +0300
commit202f881601128e729d1d98184cbb3690773d6df4 (patch)
treecafe620c1b06a2c21861c0a690a37dc2b5641ec3
parentc88605aab43f8da060522b2fcd8ad9c35757cb18 (diff)
downloadrabbitmq-server-git-202f881601128e729d1d98184cbb3690773d6df4.tar.gz
Make xref happy
-rw-r--r--deps/rabbit/src/rabbit_auth_backend_internal.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit/src/rabbit_auth_backend_internal.erl b/deps/rabbit/src/rabbit_auth_backend_internal.erl
index f9b2dd893c..9295b65a4c 100644
--- a/deps/rabbit/src/rabbit_auth_backend_internal.erl
+++ b/deps/rabbit/src/rabbit_auth_backend_internal.erl
@@ -14,7 +14,7 @@
-export([user_login_authentication/2, user_login_authorization/2,
check_vhost_access/3, check_resource_access/4, check_topic_access/4]).
--export([add_user/3, add_user/4, delete_user/2, lookup_user/1, exists/1,
+-export([add_user/3, add_user/4, add_user/5, delete_user/2, lookup_user/1, exists/1,
change_password/3, clear_password/2,
hash_password/2, change_password_hash/2, change_password_hash/3,
set_tags/3, set_permissions/6, clear_permissions/3,