From d1596e3df96fe03acd76bfb3df07750092fd809f Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 18 Jan 2025 10:46:50 +0100 Subject: LibSCI: Add ConCreate and ConRelease C functions. Signed-off-by: Amlal --- dev/LibSCI/SCI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/LibSCI') diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h index c355243e..b0add9ef 100644 --- a/dev/LibSCI/SCI.h +++ b/dev/LibSCI/SCI.h @@ -284,6 +284,10 @@ IMPORT_C SInt32 ConOut(IOObject file /* nullptr to direct to stdout */, const Ch IMPORT_C SInt32 ConIn(IOObject file /* nullptr to direct to stdout */, const Char* fmt, ...); +IMPORT_C IOObject ConCreate(Void); + +IMPORT_C SInt32 ConRelease(IOObject); + IMPORT_C IOObject ConGet(const Char* path); #endif // ifndef SCIKIT_FOUNDATION_H -- cgit v1.2.3