mac-tip/mac-cpp-source/macos/mac_vol.h
2021-11-30 21:02:28 -07:00

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);