Fix -Wmissing-prototypes/-Wmissing-declarations warnings
[babeltrace.git] / src / plugins / utils / counter / counter.c
index 18ec60559eaae09285ad058dac44890f45b3cde4..d9b7baeeb0ec13ceb6ee523e2d52c8ad9db7c5b8 100644 (file)
@@ -113,6 +113,7 @@ void try_print_last(struct counter *counter)
        }
 }
 
+static
 void destroy_private_counter_data(struct counter *counter)
 {
        if (counter) {
This page took 0.024152 seconds and 4 git commands to generate.