summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-27 01:17:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-27 01:17:41 +0000
commit845ce0df4d6bf184d4b5c52e581882b7b42c4301 (patch)
tree752ef584a41702d8617b7a18a4aba5d8a1ad380d /gpsd_dbus.h
parent0c11b403f40e950d38892391132116f402151b65 (diff)
downloadgpsd-845ce0df4d6bf184d4b5c52e581882b7b42c4301.tar.gz
Tilman Koschnick's fix for the DBUS code.
Diffstat (limited to 'gpsd_dbus.h')
-rw-r--r--gpsd_dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd_dbus.h b/gpsd_dbus.h
index 070e59fe..948e8e29 100644
--- a/gpsd_dbus.h
+++ b/gpsd_dbus.h
@@ -8,7 +8,7 @@
#include <dbus/dbus.h>
#include <gpsd.h>
-int initialize_dbus_conection (void);
+int initialize_dbus_connection (void);
void send_dbus_fix (struct gps_device_t* channel);
#endif /* _gpsd_dbus_h_ */