summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/SCI.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h
index 1e17ebd3..736c2d33 100644
--- a/dev/LibSCI/SCI.h
+++ b/dev/LibSCI/SCI.h
@@ -323,8 +323,10 @@ IMPORT_C SInt32 SchedBreakPoint(Void);
IMPORT_C SInt32 VideoGetBuffer(VoidPtr* out);
-IMPORT_C Void VideoDisposeBuffer(VoidPtr* in);
+IMPORT_C SInt32 VideoDisposeBuffer(VoidPtr* in);
-IMPORT_C SInt32 VideoGetProfile(VoidPtr* in);
+IMPORT_C SInt32 VideoGetColorProfile(VoidPtr* in);
+
+IMPORT_C SInt32 VideoQueryInfo(VoidPtr* info_ptr, SizeT* info_sz);
#endif // ifndef SCI_SCI_H