Make validate_url_option_combination static in create.c
[lttng-tools.git] / src / bin / lttng / commands / create.c
index 438e88f4cadfeaa18e259d86047f40b9c88db2a8..10e5ffdbc02cbdbfa496376440a856fe664d91c7 100644 (file)
@@ -637,6 +637,7 @@ end:
        return ret;
 }
 
+static
 int validate_url_option_combination(void)
 {
        int ret = 0;
This page took 0.02357 seconds and 4 git commands to generate.