aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/debug.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-05-15 20:31:42 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-05-15 20:37:06 +0200
commit7aa2445b475ce4802157ede96602abe9732d77c7 (patch)
treeca4299598f2755c77368d249e108a7f8d02c5725 /src/common/debug.h
parentadc3270dc0578c79044750de6b570e3c0c84f686 (diff)
Move amplitude (level) debugging to debug.c
Diffstat (limited to 'src/common/debug.h')
-rw-r--r--src/common/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/debug.h b/src/common/debug.h
index f0b0232..53aa9bf 100644
--- a/src/common/debug.h
+++ b/src/common/debug.h
@@ -19,5 +19,7 @@
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, fmt, ## arg)
void _printdebug(const char *file, const char *function, int line, int cat, int level, const char *fmt, ...);
+const char *debug_amplitude(double level);
+
extern int debuglevel;