summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index ff0761a8d..0e58dfdce 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -43,6 +43,7 @@ extern "C" {
yapf,
freetype,
sl,
+ station,
};
#endif /* NO_VARARG_MACRO */
@@ -77,6 +78,7 @@ extern "C" {
extern int _debug_yapf_level;
extern int _debug_freetype_level;
extern int _debug_sl_level;
+ extern int _debug_station_level;
#if !defined(NO_VARARG_MACRO)
void CDECL debug(const char *dbg, ...);