From 60e94298d83d1180a49e668ed85bb2bfa0e38095 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 13 Feb 2014 19:22:15 +0100 Subject: rfs: Proper type for size definitions Signed-off-by: Paul Kocialkowski --- include/samsung-ipc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/samsung-ipc.h b/include/samsung-ipc.h index f0d7eba..13370c8 100644 --- a/include/samsung-ipc.h +++ b/include/samsung-ipc.h @@ -113,8 +113,8 @@ char *ipc_client_nv_data_md5_path(struct ipc_client *client); char *ipc_client_nv_data_backup_path(struct ipc_client *client); char *ipc_client_nv_data_backup_md5_path(struct ipc_client *client); char *ipc_client_nv_data_secret(struct ipc_client *client); -int ipc_client_nv_data_size(struct ipc_client *client); -int ipc_client_nv_data_chunk_size(struct ipc_client *client); +size_t ipc_client_nv_data_size(struct ipc_client *client); +size_t ipc_client_nv_data_chunk_size(struct ipc_client *client); const char *ipc_response_type_to_str(int type); const char *ipc_request_type_to_str(int type); -- cgit v1.1