Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / common / errno.h
1 #ifndef CEPH_ERRNO_H
2 #define CEPH_ERRNO_H
3
4 #include <string>
5
6 /* Return a given error code as a string */
7 std::string cpp_strerror(int err);
8
9 #endif