63331e8c4613ce23500a52aceb14198f96a245ba
[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
15 #include <dbus/dbus-bus.h>
16 #include <bus.h>
17
18
19 char* make_kdbus_bus(DBusBusType type, DBusError *error);
20 DBusConnection* daemon_as_client(DBusBusType type, DBusError *error);
21
22
23 #endif /* KDBUS_H_ */