From e48bf6e7af428f34bd85b733060554cfec6591d5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 31 Dec 2024 10:58:52 +0100 Subject: SCI.h: Add space between opentray and closetray. --- dev/LibSCI/SCI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/LibSCI') diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h index 966ef8d6..7f7321d2 100644 --- a/dev/LibSCI/SCI.h +++ b/dev/LibSCI/SCI.h @@ -259,6 +259,7 @@ IMPORT_C SInt32 PwrGetCode(_Output SInt32& code); IMPORT_C SInt32 CdEjectDrive(_Input const Char drv_letter); IMPORT_C SInt32 CdOpenTray(Void); + IMPORT_C SInt32 CdCloseTray(Void); #endif // ifndef SCIKIT_FOUNDATION_H -- cgit v1.2.3