/* * evolution-ipod-sync.h * * (C)2004 Justin Wake * * Licensed under the GNU GPL v2. See COPYING. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include gboolean check_hal (void); gboolean ipod_check_status (gboolean silent); gboolean try_umount (char *device); char *find_ipod_mount_point (LibHalContext *ctx); char *ipod_get_mount (void);