[daemon-dev][lib-fix] Start of daemon with kdbus and fix in match rules in libdbus
[platform/upstream/dbus.git] / bus / kdbus-d.h
1 /*
2  * kdbus-d.h
3  *
4  *  Created on: Sep 4, 2013
5  *      Author: r.pajak
6  *
7  *  kdbus add-on to dbus daemon
8  *
9  */
10
11 #ifndef KDBUS_D_H_
12 #define KDBUS_D_H_
13
14 #include <dbus/dbus-bus.h>
15 #include <bus.h>
16
17 dbus_bool_t make_kdbus_bus(DBusBusType type, DBusError *error);
18 DBusConnection* daemon_as_client(DBusBusType type, DBusError *error);
19
20
21 #endif /* KDBUS_H_ */