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

5 lines
145 B
C
Raw Normal View History

2021-11-23 18:50:09 +00:00
void mac_list_volumes();
2021-11-24 16:24:02 +00:00
void mac_unmount(int id);
OSErr mac_get_drive_volumes(int driveNum, Str255 str);
2021-11-26 21:30:41 +00:00
OSErr mac_unmount_drive(int driveNum);