/* * 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 #include "gpsd.h" int initialize_dbus_connection (void); void send_dbus_fix (struct gps_device_t* channel); #endif #endif /* _GPSD_DBUS_H_ */