summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
blob: a42ca3c2a4f998973c2aa92843c8230af8c43929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id$ */
#ifdef DBUS_ENABLE

#ifndef _gpsd_dbus_h_
#define _gpsd_dbus_h_

#include <dbus/dbus.h>

int initialize_dbus_connection (void);
void send_dbus_fix (struct gps_device_t* channel);

#endif /* _gpsd_dbus_h_ */

#endif