De-fuzzyed some msgs...
[midnight-commander.git] / gnome / gmount.h
blob4b5ca2107cb4cece1e62551f3b3383961f697fb0
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>
7 */
9 #ifndef GMOUNT_H
10 #define GMOUNT_H
12 #include <glib.h>
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);
21 #endif