Make parse_arguments static in base_client.c
[lttng-tools.git] / tests / regression / tools / notification / base_client.c
index fcef66c21a3f062c1a8c1b48c119a25b27ea5c9a..70ad763abe51aa1645bfd9c6b2678a75dd6e8b51 100644 (file)
@@ -42,7 +42,9 @@ int handle_condition(
                const struct lttng_condition *condition,
                const struct lttng_evaluation *condition_evaluation);
 
-int parse_arguments(char **argv) {
+static
+int parse_arguments(char **argv)
+{
        const char *domain_type_string = NULL;
        const char *buffer_usage_type_string = NULL;
        const char *buffer_usage_threshold_type = NULL;
This page took 0.023621 seconds and 5 git commands to generate.