mirror of
https://github.com/marciot/mac-tip.git
synced 2024-12-28 12:32:10 +00:00
6 lines
169 B
C
6 lines
169 B
C
void mac_list_volumes();
|
|
void mac_unmount(int id);
|
|
void mac_eject(int id);
|
|
OSErr mac_get_drive_volumes(int driveNum, Str255 str);
|
|
OSErr mac_unmount_drive(int driveNum);
|