From 13519fc5b89dedb5707ab820c513428b368e1ec1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Sep 2011 22:10:40 -0400 Subject: Get back to a state where the shm export works. --- 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 f2348d6c..56ded895 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, - int (*hook)(struct gps_data_t *, bool)) + int timeout UNUSED, + void (*hook)(struct gps_data_t *)) /* run a DBUS main loop with a specified handler */ { GMainLoop *mainloop; -- cgit v1.2.1