working commit
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
#include <service.hpp>
|
||||
|
||||
class Server {
|
||||
private:
|
||||
private:
|
||||
Interface iface;
|
||||
public:
|
||||
public:
|
||||
std::expected<void, std::string> Create(const std::string name, const std::string addr, const int prefix);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user