From 6a2ef1b38daec3cfaf4637f2a2f44d5484481d78 Mon Sep 17 00:00:00 2001 From: illyum Date: Tue, 11 Mar 2025 13:05:16 -0600 Subject: [PATCH] Fix net interface declaration: Add NETAPI to TestInterface() --- src/interface/net/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/net/interface.h b/src/interface/net/interface.h index 1cb5ec7..618c93c 100644 --- a/src/interface/net/interface.h +++ b/src/interface/net/interface.h @@ -4,4 +4,4 @@ #define NETAPI #endif -void TestInterface(); \ No newline at end of file +NETAPI void TestInterface(); \ No newline at end of file