working commit
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user