summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/SCI.h4
1 files changed, 4 insertions, 0 deletions
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