4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
11 # if defined(HAVE_MNTENT_H) || defined(HAVE_SYS_UCRED_H)
12 # define DO_MOUNT_POINTS
15 extern GHashTable
*fstab_mounts
;
16 extern GHashTable
*mtab_mounts
;
18 typedef struct _MountPoint MountPoint
;
22 char *name
; /* eg: /dev/hda4 */
23 char *dir
; /* eg: /home */
28 void mount_update(gboolean force
);