summaryrefslogtreecommitdiff
path: root/dbusexport.h
blob: 0206dd12d8e984b7deb78c10dc8e9515cf10625e (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_

#if defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S)

#include <dbus/dbus.h>

#include "gpsd.h"

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

#endif /* defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S) */

#endif /* _GPSD_DBUS_H_ */