Utils: comment

LIB-11
heck 2 years ago
parent d1de14487c
commit 732571de2e

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

@ -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