summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2023-06-29 17:06:28 +0900
committerwchang kim <wchang.kim@samsung.com>2023-06-29 17:06:28 +0900
commite8d7cf9dedb9302d7aeec3437516bea498330aea (patch)
tree9373d757d2c6ca64f41f8cac48e033b2f017aaba
parent8b806235a88169afd1e405b8fb115eb6b5e76ae8 (diff)
downloadua-manager-accepted/tizen_unified_riscv.tar.gz
ua-manager-accepted/tizen_unified_riscv.tar.bz2
ua-manager-accepted/tizen_unified_riscv.zip
Change-Id: I31c4ec399fc64cdede4049768e0a2b982abbbbcd
-rwxr-xr-xua-daemon/include/ua-manager-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ua-daemon/include/ua-manager-common.h b/ua-daemon/include/ua-manager-common.h
index 78d3105..52160ec 100755
--- a/ua-daemon/include/ua-manager-common.h
+++ b/ua-daemon/include/ua-manager-common.h
@@ -23,6 +23,7 @@
#include <gio/gio.h>
#include <ua-api.h>
#include <tzplatform_config.h>
+#include "ua-plugin.h"
#ifdef __cplusplus
extern "C" {
@@ -148,7 +149,7 @@ guint _uam_add_timer_full(gint res, gint priority,
guint interval, GSourceFunc function, gpointer data, GDestroyNotify notify);
void _uam_remove_timer(guint id);
-const char* _uam_get_sensor_str(unsigned int ids);
+const char* _uam_get_sensor_str(uas_plugin_id_e ids);
int _uam_register_app_info(char *sender, uam_app_info_s app_info);