summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
blob: 26632a64bc4402e0cd8a02a6ede64b41c2f7252b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id$ */
#include "gpsd_config.h"
#ifdef DBUS_ENABLE

#ifndef _gpsd_dbus_h_
#define _gpsd_dbus_h_

//#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus.h>
#include "gpsd.h"

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

#endif /* _gpsd_dbus_h_ */

#endif