From b2043907ee6e17f4a12eedeed626a327e116ea14 Mon Sep 17 00:00:00 2001 From: "Soragna, Alberto" Date: Thu, 1 Aug 2019 15:13:46 +0100 Subject: [PATCH] rosout init and fini marked as RCL_PUBLIC 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 2f702f0a4..279363fa2 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();