aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/evolution-ipod-sync.h
blob: 5984b8a05916ac025d2212307e4949e1c9f28b0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * 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);