aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/debug.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-01-27 17:17:39 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-02-18 21:01:10 +0100
commitb3fd53b1652b1800a0acd14157a6a93c770cd684 (patch)
tree1ea6a23c0c4c966c54131147fc7516ee2af43b5c /src/common/debug.h
parent7ea3bc188df54a4dbe3026bc30ed39a5cded8fdb (diff)
Test filter uses a dB graph to show the response graphically
Diffstat (limited to 'src/common/debug.h')
-rw-r--r--src/common/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/debug.h b/src/common/debug.h
index 989ee9f..b5b3e2e 100644
--- a/src/common/debug.h
+++ b/src/common/debug.h
@@ -27,6 +27,7 @@
void _printdebug(const char *file, const char *function, int line, int cat, int level, int chan, const char *fmt, ...) __attribute__ ((__format__ (__printf__, 7, 8)));
const char *debug_amplitude(double level);
+const char *debug_db(double level_db);
void debug_list_cat(void);
int parse_debug_opt(const char *opt);