[daemon-dev][lib-fix] ListNames in libdbus fix, daemon development
[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 #include <dbus/dbus-server.h>
18
19 char* make_kdbus_bus(DBusBusType type, DBusError *error);
20 DBusServer* empty_server_init(char* address);
21 DBusConnection* daemon_as_client(DBusBusType type, char* address, DBusError *error);
22
23 #endif /* KDBUS_H_ */