Change-Id: I643553a04ce1375435c81a797e84620c835ca564
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
#ifndef UNIT_CONTROL_H
#define UNIT_CONTROL_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
enum {
UNIT_CONTROL_REQUEST_SENT = 0,
UNIT_CONTROL_OK,
int actd_register_unit_state_callback(BusType bus_type, const char *unit, actd_unit_cb cb, void *user_data);
int actd_unregister_unit_state_callback(BusType bus_type, const char *unit, actd_unit_cb cb);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* UNIT_CONTROL_H */