summaryrefslogtreecommitdiff
path: root/include/user-awareness.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user-awareness.h')
-rwxr-xr-x[-rw-r--r--]include/user-awareness.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user-awareness.h b/include/user-awareness.h
index 839f7d8..53bd1ad 100644..100755
--- a/include/user-awareness.h
+++ b/include/user-awareness.h
@@ -1489,7 +1489,7 @@ int ua_user_get_name(
* @post
*
*/
-int ua_user_get_last_presence(ua_user_h user_handle, long *timestamp);
+int ua_user_get_last_presence(ua_user_h user_handle, unsigned long long *timestamp);
/**
* @ingroup CAPI_NETWORK_UA_MODULE
@@ -2432,7 +2432,7 @@ int ua_device_get_wifi_ipv4_address(
*/
int ua_device_get_last_presence(
ua_device_h device_handle,
- long *timestamp);
+ unsigned long long *timestamp);
/**
* @ingroup CAPI_NETWORK_UA_MODULE
@@ -2893,7 +2893,7 @@ int ua_device_foreach_added_by_user(
*/
int ua_sensor_get_timestamp(
ua_sensor_h sensor_handle,
- long int *timestamp);
+ unsigned long long *timestamp);
/**
* @ingroup CAPI_NETWORK_UA_MODULE