working commit

This commit is contained in:
Олег Бородин
2026-05-20 17:43:25 +02:00
parent ee4cee5809
commit f2c0679255
3 changed files with 16 additions and 1 deletions
+4
View File
@@ -8,4 +8,8 @@ std::expected<std::string, std::string> nethost(std::string network, uint prefix
std::expected<uint, std::string> netprefix(const std::string network);
std::expected<std::string, std::string> network(const std::string network);
uint64_t netcapa6(const uint prefix);
uint64_t netcapa4(const uint prefix);
std::expected<uint, std::string> netcapa(std::string network, uint prefix);
#endif