From a8123060e6717f82ee27efca50c7d2daf4392809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:11:06 +0200 Subject: Merging upstream version 2.9.1. Signed-off-by: Daniel Baumann --- util/logging.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 util/logging.h (limited to 'util/logging.h') diff --git a/util/logging.h b/util/logging.h new file mode 100644 index 0000000..7b1814c --- /dev/null +++ b/util/logging.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef DEBUG_H_ +#define DEBUG_H_ + +#include + +extern int log_level; + +int map_log_level(int verbose, bool quiet); + +#endif // DEBUG_H_ -- cgit v1.2.3