From e7ad4f5d8ccb1203b6590c763444755c58a1d759 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Sep 2011 15:49:40 -0400 Subject: Converge the library APIs for different transports more closely. --- libgps_dbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgps_dbus.c') diff --git a/libgps_dbus.c b/libgps_dbus.c index 56ded895..f2348d6c 100644 --- a/libgps_dbus.c +++ b/libgps_dbus.c @@ -128,8 +128,8 @@ int gps_dbus_open(struct gps_data_t *gpsdata) } int gps_dbus_mainloop(struct gps_data_t *gpsdata, - int timeout UNUSED, - void (*hook)(struct gps_data_t *)) + int timeout UNUSED, + int (*hook)(struct gps_data_t *, bool)) /* run a DBUS main loop with a specified handler */ { GMainLoop *mainloop; -- cgit v1.2.1