1 /* Mount/umount support for the Midnight Commander
3 * Copyright (C) 1998-1999 The Free Software Foundation
5 * Authors: Miguel de Icaza <miguel@nuclecu.unam.mx>
6 * Federico Mena <federico@nuclecu.unam.mx>
14 void gmount_setup_devices (void);
15 void desktop_cleanup_devices (void);
17 char *is_block_device_mountable (char *mount_point
);
18 gboolean
is_block_device_mounted (char *mount_point
);
19 char *mount_point_to_device (char *mount_point
);