diff options
Diffstat (limited to 'src/common/config.h')
-rw-r--r-- | src/common/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/config.h b/src/common/config.h index 08ae660b92b..6f34369232c 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -235,8 +235,8 @@ typedef enum { OPT_ADDR, OPT_U32, OPT_U64, OPT_UUID } opt_type_t; -bool ceph_resolve_file_search(const std::string& filename_list, - std::string& result); +int ceph_resolve_file_search(const std::string& filename_list, + std::string& result); struct config_option { const char *name; |