Skip to content

Commit 2f4f0d4

Browse files
committed
Make local function public
Signed-off-by: Jorge Perez <[email protected]>
1 parent d34702f commit 2f4f0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rcl/src/rcl/remap_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef struct rcl_remap_impl_t
6969
* \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or
7070
* \return `RCL_RET_ERROR` if an unspecified error occurs.
7171
*/
72-
RCL_LOCAL
72+
RCL_PUBLIC
7373
RCL_WARN_UNUSED
7474
rcl_ret_t
7575
rcl_remap_copy(

0 commit comments

Comments
 (0)