summaryrefslogtreecommitdiff
path: root/bus/expirelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/expirelist.h')
-rw-r--r--bus/expirelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/expirelist.h b/bus/expirelist.h
index 2e7752fc..c843a446 100644
--- a/bus/expirelist.h
+++ b/bus/expirelist.h
@@ -32,7 +32,7 @@ typedef struct BusExpireList BusExpireList;
typedef struct BusExpireItem BusExpireItem;
typedef void (* BusExpireFunc) (BusExpireList *list,
- BusExpireItem *item,
+ DBusList *link,
void *data);
struct BusExpireList