rosout init and fini marked as RCL_PUBLIC (#479)

Signed-off-by: Soragna, Alberto <alberto.soragna@gmail.com>
This commit is contained in:
Alberto Soragna 2019-08-21 11:38:22 -07:00 committed by William Woodall
parent aa6cd91c63
commit 8a4c004b62

View file

@ -45,7 +45,7 @@ extern "C"
* \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or * \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or
* \return `RCL_RET_ERROR` if an unspecified error occurs. * \return `RCL_RET_ERROR` if an unspecified error occurs.
*/ */
RCL_LOCAL RCL_PUBLIC
RCL_WARN_UNUSED RCL_WARN_UNUSED
rcl_ret_t rcl_ret_t
rcl_logging_rosout_init( rcl_logging_rosout_init(
@ -67,7 +67,7 @@ rcl_logging_rosout_init(
* \return `RCL_RET_OK` if the rcl_logging_rosout feature was successfully unitialized, or * \return `RCL_RET_OK` if the rcl_logging_rosout feature was successfully unitialized, or
* \return `RCL_RET_ERROR` if an unspecified error occurs. * \return `RCL_RET_ERROR` if an unspecified error occurs.
*/ */
RCL_LOCAL RCL_PUBLIC
RCL_WARN_UNUSED RCL_WARN_UNUSED
rcl_ret_t rcl_ret_t
rcl_logging_rosout_fini(); rcl_logging_rosout_fini();