working commit

This commit is contained in:
Олег Бородин
2026-05-20 18:04:31 +02:00
parent f2c0679255
commit 4bdd82ddb9
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <expected>
#include <string>
std::expected<std::string, std::string> nethost(std::string network, uint prefix, uint num);
std::expected<std::string, std::string> nethost(std::string network, uint prefix, uint64_t num);
std::expected<uint, std::string> netprefix(const std::string network);
std::expected<std::string, std::string> network(const std::string network);