aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/diam_dict.h')
-rw-r--r--epan/diam_dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/diam_dict.h b/epan/diam_dict.h
index 8e49bd9b26..a6b16c9022 100644
--- a/epan/diam_dict.h
+++ b/epan/diam_dict.h
@@ -75,7 +75,7 @@ typedef struct _ddict_t {
} ddict_t;
extern void ddict_print(FILE* fh, ddict_t* d);
-extern ddict_t* ddict_scan(const char* directory, const char* filename);
+extern ddict_t* ddict_scan(const char* directory, const char* filename, int dbg);
extern void ddict_free(ddict_t* d);
#endif