summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
blob: e89fc948adff0e45f57ed98b38402de230767a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file is Copyright (c) 2010 by the GPSD project
 * BSD terms apply: see the file COPYING in the distribution root for details.
 */
#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_ */