X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Frgw_http_errors.h;h=2211344891ac794ae6e531058a5779787140bf87;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=98bb20f8443fd8378a602054bb03c9c052839695;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/rgw/rgw_http_errors.h b/ceph/src/rgw/rgw_http_errors.h index 98bb20f84..221134489 100644 --- a/ceph/src/rgw/rgw_http_errors.h +++ b/ceph/src/rgw/rgw_http_errors.h @@ -14,6 +14,8 @@ extern rgw_http_errors rgw_http_swift_errors; extern rgw_http_errors rgw_http_sts_errors; +extern rgw_http_errors rgw_http_iam_errors; + static inline int rgw_http_error_to_errno(int http_err) { if (http_err >= 200 && http_err <= 299)