From 698143d135abae0bc927601cda2d14a05c556ac5 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 23 May 2026 19:18:30 +0200 Subject: [PATCH] tests --- kern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kern.h b/kern.h index 606b737..8079d54 100644 --- a/kern.h +++ b/kern.h @@ -4,8 +4,6 @@ #else #define KERN_CALL -extern int KERN_CALL Net_Call_NWCVLMREQ(UI flags, void *regblk, - UI p1, UI p2, UI p3); #endif @@ -30,6 +28,8 @@ extern int KERN_CALL C32_NCP87_Raw_Probe(UI connLo, UI connHi, extern int KERN_CALL Net_Call_VLM_Raw(UI ax, UI bx, UI cx, UI dx, void *req, void *repl, UI p1, UI p2, UI p3); +extern int KERN_CALL Net_Call_NWCVLMREQ(UI flags, void *regblk, + UI p1, UI p2, UI p3); extern int KERN_CALL Net_Call_C(UI func, void *req, void *repl); extern int KERN_CALL Net_Call_CX(UI func, UI bx, UI cx, UI dx, void *req, void *repl);