aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2025-05-29 10:51:02 +0200
committerLuca Deri <deri@ntop.org>2025-05-29 10:51:02 +0200
commitb4ce01d507be506106d237dc05844cc59638b907 (patch)
tree97848f7e17a244645f055497392eff6de3f582a3 /example/reader_util.c
parentc36e4bd5de123bf21236f1319a57b550b14b880d (diff)
Moved variable across files
Diffstat (limited to 'example/reader_util.c')
-rw-r--r--example/reader_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/reader_util.c b/example/reader_util.c
index 60a582e18..30657d922 100644
--- a/example/reader_util.c
+++ b/example/reader_util.c
@@ -85,7 +85,8 @@ u_int8_t enable_doh_dot_detection = 0;
extern bool do_load_lists;
extern int malloc_size_stats;
extern int monitoring_enabled;
-extern char *protocolsDirPath;
+
+char *protocolsDirPath;
/* ****************************************************** */