summaryrefslogtreecommitdiffstats
path: root/src/common/errno.h
blob: 9dbd1438ce472976bcc90b38f50041f0d00ce5e0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CEPH_ERRNO_H
#define CEPH_ERRNO_H

#include <string>

/* Return a given error code as a string */
std::string cpp_strerror(int err);

#endif