diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2017-11-06 18:42:35 +0900 |
---|---|---|
committer | Jeonghoon Park <jh1979.park@samsung.com> | 2017-11-06 18:44:47 +0900 |
commit | 19d4ae4a659adb53d48fcb71f86047f37f5e42d1 (patch) | |
tree | ed74ea65f14ee5a50a762e2406aad3cde1a3befb /inc | |
parent | 1e88e5abf48bb32c6c7cd83be55e58e3f4477952 (diff) | |
download | rcc-19d4ae4a659adb53d48fcb71f86047f37f5e42d1.tar.gz rcc-19d4ae4a659adb53d48fcb71f86047f37f5e42d1.tar.bz2 rcc-19d4ae4a659adb53d48fcb71f86047f37f5e42d1.zip |
add get function for web module
Change-Id: If745547f92bc5303abbca9dd94a2b8bf053a1781
Diffstat (limited to 'inc')
-rw-r--r-- | inc/webutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/webutil.h b/inc/webutil.h index 2d3e437..0a78fdb 100644 --- a/inc/webutil.h +++ b/inc/webutil.h @@ -67,6 +67,7 @@ struct _web_util_sensor_data_s { int web_util_noti_init(void); void web_util_noti_fini(void); int web_util_noti_post(const char *resource, const char *json_data); +int web_util_noti_get(const char *resource, char **res); int web_util_json_init(void); int web_util_json_fini(void); |