]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_http_errors.h
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / rgw / rgw_http_errors.h
index 98bb20f8443fd8378a602054bb03c9c052839695..2211344891ac794ae6e531058a5779787140bf87 100644 (file)
@@ -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)