summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
blob: 92f64457dba842ae2e524d671c12200d26ff4d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id$ */
#ifndef _GPSD_DBUS_H_
#define _GPSD_DBUS_H_

#ifdef DBUS_ENABLE

#include <dbus/dbus.h>

#include "gpsd.h"

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

#endif

#endif /* _GPSD_DBUS_H_ */