diff options
Diffstat (limited to 'inc/webutil.h')
-rw-r--r-- | inc/webutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/webutil.h b/inc/webutil.h index 0a78fdb..8947bc2 100644 --- a/inc/webutil.h +++ b/inc/webutil.h @@ -61,7 +61,8 @@ struct _web_util_sensor_data_s { int touch; int gas; web_util_sensor_type_e enabled_sensor; - char *hash; + const char *hash; + const char *ip_addr; }; int web_util_noti_init(void); |