diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-06-09 15:30:06 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-06-09 15:30:06 +0100 |
| commit | 90529d148cd36fa23e7a201c8ea8368346e66945 (patch) | |
| tree | b455a66355d367f6f024894eb6fdf90913774c08 /include | |
| parent | 802846a4b4a64a3baebddb2322784c2b7a893591 (diff) | |
| download | rabbitmq-server-git-90529d148cd36fa23e7a201c8ea8368346e66945.tar.gz | |
Since we're changing the backend API anyway, let's remove this management-specific wart.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_auth_backend_spec.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit_auth_backend_spec.hrl b/include/rabbit_auth_backend_spec.hrl index e26d44ea94..803bb75ce7 100644 --- a/include/rabbit_auth_backend_spec.hrl +++ b/include/rabbit_auth_backend_spec.hrl @@ -22,8 +22,7 @@ {'ok', rabbit_types:user()} | {'refused', string(), [any()]} | {'error', any()}). --spec(check_vhost_access/3 :: (rabbit_types:user(), rabbit_types:vhost(), - rabbit_access_control:vhost_permission_atom()) -> +-spec(check_vhost_access/2 :: (rabbit_types:user(), rabbit_types:vhost()) -> boolean() | {'error', any()}). -spec(check_resource_access/3 :: (rabbit_types:user(), rabbit_types:r(atom()), |
