Browse Source

Utils: comment

LIB-11
heck 4 years ago
parent
commit
732571de2e
  1. 1
      src/utils.cc
  2. 2
      src/utils.hh

1
src/utils.cc

@ -248,6 +248,7 @@ namespace pEp {
return builder.str();
}
// TODO: Move to std_utils
std::string readKey()
{
std::string ret;

2
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

Loading…
Cancel
Save