Make create_file function static in gen-ust-tracef.c
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / gen-ust-tracef.c
index 09a2c327dc8724ebdfb7c25c0406d8671c4ccf11..8f74a90daf45728d0bd2f24cb17a8e6ddcce5224 100644 (file)
@@ -23,6 +23,7 @@
 
 const char *str = "test string";
 
 
 const char *str = "test string";
 
+static
 void create_file(const char *path)
 {
        int ret;
 void create_file(const char *path)
 {
        int ret;
This page took 0.023519 seconds and 5 git commands to generate.