tests: make entry_handler static in ini_config test
[lttng-tools.git] / tests / unit / ini_config / ini_config.c
index bf20d1561a616bd24b55f8f062d3c09f1fafc1c5..e759faf786eaaf69b823ac333f7ce601e3f600e6 100644 (file)
@@ -34,8 +34,7 @@ int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
 int lttng_opt_mi;
 
 int lttng_opt_verbose = 0;
 int lttng_opt_mi;
 
-int entry_handler(const struct config_entry *entry,
-               struct state *state)
+static int entry_handler(const struct config_entry *entry, struct state *state)
 {
        int ret = 0;
 
 {
        int ret = 0;
 
This page took 0.024481 seconds and 5 git commands to generate.