From 8a4c004b627168bf41789c594f2f7574a5babaab Mon Sep 17 00:00:00 2001 From: Alberto Soragna Date: Wed, 21 Aug 2019 11:38:22 -0700 Subject: [PATCH] rosout init and fini marked as RCL_PUBLIC (#479) Signed-off-by: Soragna, Alberto --- rcl/include/rcl/logging_rosout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rcl/include/rcl/logging_rosout.h b/rcl/include/rcl/logging_rosout.h index 2f702f0..279363f 100644 --- a/rcl/include/rcl/logging_rosout.h +++ b/rcl/include/rcl/logging_rosout.h @@ -45,7 +45,7 @@ extern "C" * \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or * \return `RCL_RET_ERROR` if an unspecified error occurs. */ -RCL_LOCAL +RCL_PUBLIC RCL_WARN_UNUSED rcl_ret_t 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_ERROR` if an unspecified error occurs. */ -RCL_LOCAL +RCL_PUBLIC RCL_WARN_UNUSED rcl_ret_t rcl_logging_rosout_fini();