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 defined(HAVE_SYS_MNTENT_H)
13 # define DO_MOUNT_POINTS
16 extern GHashTable
*fstab_mounts
;
17 extern GHashTable
*mtab_mounts
;
19 typedef struct _MountPoint MountPoint
;
23 char *name
; /* eg: /dev/hda4 */
24 char *dir
; /* eg: /home */
29 void mount_update(gboolean force
);