connection, reply: move worker function to reply.h
authorDaniel Mack <daniel@zonque.org>
Fri, 9 Jan 2015 12:52:10 +0000 (13:52 +0100)
committerDaniel Mack <daniel@zonque.org>
Fri, 9 Jan 2015 12:53:32 +0000 (13:53 +0100)
commit8bf8a0d7b5786762a8a29184b44871ac9f3bfb8b
tree6492197de2280294ef88f4389313c460dbdb0c3d
parentd001f42d60ec5696b4f2bfa2b66d0ec4033f5dae
connection, reply: move worker function to reply.h

Change kdbus_reply_list_scan() so it becomes the worker callback, so we
can remove the the glue from connection.c.

Signed-off-by: Daniel Mack <daniel@zonque.org>
connection.c
reply.c
reply.h