blob: 90f802c23ae1d9089e14aef833bf51585bd90005 [file] [log] [blame]
Szymon Dompke32305f12022-07-05 15:37:21 +02001#pragma once
2
3#include <string>
4
5namespace utils::string_utils
6{
7std::string getMaxPrefix();
8std::string getMaxId();
9std::string getMaxName();
10std::string getTooLongPrefix();
11std::string getTooLongId();
12std::string getTooLongName();
13} // namespace utils::string_utils