Make remove_file_from_hierarchy function static in test_directory_handle.c
[lttng-tools.git] / tests / unit / test_directory_handle.c
index f3213cb74adbb16e0ac5c2a7d5c46780d66f91a5..a94c4df75e7049da5cf7ac2d9a6897f6fb230590 100644 (file)
@@ -126,6 +126,7 @@ end:
 }
 
 /* Remove "file1" from the test folder hierarchy. */
+static
 int remove_file_from_hierarchy(struct lttng_directory_handle *test_dir_handle,
                const char *test_root_name)
 {
This page took 0.025044 seconds and 5 git commands to generate.