summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NetworkKit/NetworkDevice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NetworkKit/NetworkDevice.hpp')
-rw-r--r--Kernel/NetworkKit/NetworkDevice.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp
index c6f0cca3..b2c29b62 100644
--- a/Kernel/NetworkKit/NetworkDevice.hpp
+++ b/Kernel/NetworkKit/NetworkDevice.hpp
@@ -35,14 +35,13 @@ namespace NewOS
public:
const char* Name() const override;
- Boolean Name(const char* strView);
+ Boolean Name(const char* strView);
private:
static constexpr auto cNetworkNameLen = 512;
Void (*fCleanup)(void);
Char fNetworkName[cNetworkNameLen];
-
};
struct NetworkDeviceCommand final