Merging upstream version 2.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bb95f41000
commit
698d985f9d
451 changed files with 5896 additions and 2734 deletions
12
util/logging.h
Normal file
12
util/logging.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#ifndef DEBUG_H_
|
||||
#define DEBUG_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
extern int log_level;
|
||||
|
||||
int map_log_level(int verbose, bool quiet);
|
||||
|
||||
#endif // DEBUG_H_
|
Loading…
Add table
Add a link
Reference in a new issue