blob: 5984b8a05916ac025d2212307e4949e1c9f28b0a (
plain) (
tree)
|
|
/*
* evolution-ipod-sync.h
*
* (C)2004 Justin Wake <jwake@iinet.net.au>
*
* Licensed under the GNU GPL v2. See COPYING.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
#include <libhal.h>
#include <signal.h>
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);
|