X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ctl%2Flttng-ctl-helper.h;h=64e659dca4b14c4fb341a08116ea9fffc0e5a552;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hp=d1c5aa865174b16b752a0d24ab19dc1323cec699;hpb=e368fb4396b9bdb22de16f0c93512c9f6d7ab0b4;p=lttng-tools.git diff --git a/src/lib/lttng-ctl/lttng-ctl-helper.h b/src/lib/lttng-ctl/lttng-ctl-helper.h index d1c5aa865..64e659dca 100644 --- a/src/lib/lttng-ctl/lttng-ctl-helper.h +++ b/src/lib/lttng-ctl/lttng-ctl-helper.h @@ -13,14 +13,7 @@ #include #include -/* - * NOTE: Every symbol in this helper header MUST be set to hidden so not to - * polute the library name space. Use LTTNG_HIDDEN macro before declaring the - * function in the C file. - */ - /* Copy helper functions. */ -void lttng_ctl_copy_string(char *dst, const char *src, size_t len); void lttng_ctl_copy_lttng_domain(struct lttng_domain *dst, struct lttng_domain *src); @@ -43,7 +36,6 @@ int lttng_ctl_ask_sessiond_fds_varlen(struct lttcomm_session_msg *lsm, * Return the size of the received data on success or else a negative lttng * error code. */ -LTTNG_HIDDEN int lttng_ctl_ask_sessiond_payload(struct lttng_payload_view *message, struct lttng_payload *reply);