summaryrefslogtreecommitdiffstats
path: root/bus/expirelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/expirelist.h')
-rw-r--r--bus/expirelist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bus/expirelist.h b/bus/expirelist.h
index c843a446..e534e8d9 100644
--- a/bus/expirelist.h
+++ b/bus/expirelist.h
@@ -31,9 +31,9 @@
typedef struct BusExpireList BusExpireList;
typedef struct BusExpireItem BusExpireItem;
-typedef void (* BusExpireFunc) (BusExpireList *list,
- DBusList *link,
- void *data);
+typedef dbus_bool_t (* BusExpireFunc) (BusExpireList *list,
+ DBusList *link,
+ void *data);
struct BusExpireList
{