]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/entity_name.cc
import 15.2.0 Octopus source
[ceph.git] / ceph / src / common / entity_name.cc
index b9c33d7d824deecfc2ef55c021b27d0335d483d8..37d02bd94df46f974c1552020827c714b2b1d73c 100644 (file)
  */
 
 #include "common/entity_name.h"
+#include "common/ceph_strings.h"
 
 #include <sstream>
 
 using std::string;
 
-extern const char *ceph_entity_type_name(int type);
 
 const std::array<EntityName::str_to_entity_type_t, 6> EntityName::STR_TO_ENTITY_TYPE = {{
   { CEPH_ENTITY_TYPE_AUTH, "auth" },