Skip to content

Commit

Permalink
rosout init and fini marked as RCL_PUBLIC (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: Soragna, Alberto <alberto.soragna@gmail.com>
  • Loading branch information
alsora authored and wjwwood committed Aug 21, 2019
1 parent aa6cd91 commit 8a4c004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcl/include/rcl/logging_rosout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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();
Expand Down

0 comments on commit 8a4c004

Please sign in to comment.