@@ -260,6 +260,7 @@ rclc_executor_add_subscription(
260
260
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer (NULL context is ignored)
261
261
* \return `RCL_RET_ERROR` if any other error occured
262
262
*/
263
+ RCLC_PUBLIC
263
264
rcl_ret_t
264
265
rclc_executor_add_subscription_with_context (
265
266
rclc_executor_t * executor ,
@@ -504,6 +505,7 @@ rclc_executor_add_guard_condition(
504
505
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
505
506
* \return `RCL_RET_ERROR` if any other error occured
506
507
*/
508
+ RCLC_PUBLIC
507
509
rcl_ret_t
508
510
rclc_executor_remove_subscription (
509
511
rclc_executor_t * executor ,
@@ -531,6 +533,7 @@ rclc_executor_remove_subscription(
531
533
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
532
534
* \return `RCL_RET_ERROR` if any other error occured
533
535
*/
536
+ RCLC_PUBLIC
534
537
rcl_ret_t
535
538
rclc_executor_remove_timer (
536
539
rclc_executor_t * executor ,
@@ -558,6 +561,7 @@ rclc_executor_remove_timer(
558
561
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
559
562
* \return `RCL_RET_ERROR` if any other error occured
560
563
*/
564
+ RCLC_PUBLIC
561
565
rcl_ret_t
562
566
rclc_executor_remove_client (
563
567
rclc_executor_t * executor ,
@@ -585,6 +589,7 @@ rclc_executor_remove_client(
585
589
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
586
590
* \return `RCL_RET_ERROR` if any other error occured
587
591
*/
592
+ RCLC_PUBLIC
588
593
rcl_ret_t
589
594
rclc_executor_remove_service (
590
595
rclc_executor_t * executor ,
@@ -611,6 +616,7 @@ rclc_executor_remove_service(
611
616
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
612
617
* \return `RCL_RET_ERROR` if any other error occured
613
618
*/
619
+ RCLC_PUBLIC
614
620
rcl_ret_t
615
621
rclc_executor_remove_guard_condition (
616
622
rclc_executor_t * executor ,
0 commit comments