Fix: add some missing hidden attribute
[lttng-tools.git] / src / common / utils.c
index b16cdc97c2738ad70c23624fc91295c3317b1a66..54eed80bde14ad83228a090ce45638b0bba6c082 100644 (file)
@@ -309,6 +309,7 @@ error:
  *
  * Return 0 on success or else a negative value.
  */
+LTTNG_HIDDEN
 int utils_create_stream_file(char *path_name, char *file_name, uint64_t size,
                uint64_t count, int uid, int gid)
 {
@@ -364,6 +365,7 @@ error:
  *
  * Return 0 on success or else a negative value.
  */
+LTTNG_HIDDEN
 int utils_rotate_stream_file(char *path_name, char *file_name, uint64_t size,
                uint64_t count, int uid, int gid, int out_fd, uint64_t *new_count)
 {
This page took 0.025599 seconds and 5 git commands to generate.