summaryrefslogtreecommitdiffstats
path: root/positioning/client/include/Vehicle_API_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/client/include/Vehicle_API_private.h')
-rw-r--r--positioning/client/include/Vehicle_API_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/positioning/client/include/Vehicle_API_private.h b/positioning/client/include/Vehicle_API_private.h
index dfe082dd..ad92ddbf 100644
--- a/positioning/client/include/Vehicle_API_private.h
+++ b/positioning/client/include/Vehicle_API_private.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -118,7 +118,7 @@ typedef struct {
* Function prototype *
************************************************************************/
RET_API VehicleDeleteEvent(EventID event_id);
-RET_API VehicleLinkShareData(void **share_top, u_int32 *share_size, u_int16 *offset);
+RET_API VehicleLinkShareData(void **share_top, uint32_t *share_size, uint16_t *offset);
RET_API VehicleUnLinkShareData(VEHICLE_SHARE *share_top, u_int16 offset);
EventID VehicleCreateEvent(PNO pno);
void PosSetShareData(void *share_top, u_int16 offset, const void *data_src, u_int16 size_src);