summaryrefslogtreecommitdiffstats
path: root/util/logging.h
blob: 7b1814cb78c4b54dc5790104045a7a8bdb9ff766 (plain)
1
2
3
4
5
6
7
8
9
10
11
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_