diff options
Diffstat (limited to 'example/reader_util.c')
-rw-r--r-- | example/reader_util.c | 3 |
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; /* ****************************************************** */ |