blob: bf776d33a3ea8a8ae0346306401312dc514ec581 [file] [log] [blame]
Vishwanatha81ee91f2016-08-30 17:17:13 +05301#include <systemd/sd-bus.h>
2#ifdef __cplusplus
3extern "C" {
4#endif
5int getCurrTimeModeProperty(sd_bus*, const char*, const char*, const char*,
6 sd_bus_message*, void*, sd_bus_error*);
7int getCurrTimeOwnerProperty(sd_bus*, const char*, const char*, const char*,
8 sd_bus_message*, void*, sd_bus_error*);
9int getReqTimeModeProperty(sd_bus*, const char*, const char*, const char*,
10 sd_bus_message*, void*, sd_bus_error*);
11int getReqTimeOwnerProperty(sd_bus*, const char*, const char*, const char*,
12 sd_bus_message*, void*, sd_bus_error*);
13int GetTime(sd_bus_message*, void*, sd_bus_error*);
14int SetTime(sd_bus_message*, void*, sd_bus_error*);
15#ifdef __cplusplus
16};
17#endif