This commit is contained in:
Mario Fetka
2026-05-23 14:20:47 +02:00
parent 847559631a
commit 19ded9333b
3 changed files with 17 additions and 14 deletions

2
kern.h
View File

@@ -16,7 +16,7 @@ extern int KERN_CALL Net_Call(UI func, void *req, void *repl);
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);
extern int KERN_CALL Net_Call_F2_C(UI conn, UI function, UI cx,
extern int KERN_CALL Net_Call_F2_C(UI function, UI req_len, UI repl_len,
void *req, void *repl);
extern void KERN_CALL Net_Call_C_Dump(void);
extern UI KERN_CALL Net_Call_C_GetDebug(UI idx);