/ gwdevicemanager.h / Content
/* GWhere.
* Copyright (C) 2000 Sébastien LECACHEUR
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef GW_DEVICE_MANAGER_H
#define GW_DEVICE_MANAGER_H
#include
#include "data/gwdata.h"
gint gw_device_manager_device_load_to_vfs_stats ( struct vfs_stats *p, gchar *dir);
gboolean gw_device_manager_disk_try_mount_from_vfs_stats ( struct vfs_stats *p);
gboolean gw_device_manager_search_disk_in_tab_file_to_vfs_stats ( struct vfs_stats *p, const gchar *tab_file, const gchar *dir);
gboolean gw_device_manager_disk_mount_from_vfs_stats ( struct vfs_stats *p);
gboolean gw_device_manager_disk_umount_from_vfs_stats ( struct vfs_stats *p);
gint gw_pipe_get_data ( gint entry, gchar * line);
gint gw_device_manager_disk_get_device_name ( const gchar *mount_point, gchar **device_name);
gboolean gw_device_manager_disk_is_mounted_from_vfs_stats ( struct vfs_stats *p);
gboolean gw_device_manager_disk_can_mounted_from_vfs_stats ( struct vfs_stats *p);
gboolean gw_device_disk_in_drive ( const gchar *drive_path);
#endif