diff --git a/src/utils.cc b/src/utils.cc index 4312294..f229cfc 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -248,6 +248,7 @@ namespace pEp { return builder.str(); } + // TODO: Move to std_utils std::string readKey() { std::string ret; diff --git a/src/utils.hh b/src/utils.hh index 716d562..b97f64e 100644 --- a/src/utils.hh +++ b/src/utils.hh @@ -28,7 +28,7 @@ namespace pEp { std::string to_string(const ::pEp_group *const group, bool full = true, int indent = 0); // Misc - std::string readKey(); + std::string readKey(); // TODO: Move to std_utils } // namespace Utils } // namespace pEp