diff options
Diffstat (limited to 'common/debug.h')
-rw-r--r-- | common/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/debug.h b/common/debug.h index 99a94b7..4c264c7 100644 --- a/common/debug.h +++ b/common/debug.h @@ -48,4 +48,6 @@ void debug_plist_real(const char *func, int line, plist_t plist); +void internal_set_debug_level(int level); + #endif |