mac-tip/mac-cpp-source/macos/mac_vol.h

5 lines
145 B
C

void mac_list_volumes();
void mac_unmount(int id);
OSErr mac_get_drive_volumes(int driveNum, Str255 str);
OSErr mac_unmount_drive(int driveNum);