summaryrefslogtreecommitdiff
path: root/source3/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r--source3/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h
index 92fa6e6145..328bfb63b9 100644
--- a/source3/include/debug.h
+++ b/source3/include/debug.h
@@ -274,6 +274,7 @@ void check_log_size( void );
void dbgflush( void );
bool dbghdrclass(int level, int cls, const char *location, const char *func);
bool dbghdr(int level, const char *location, const char *func);
+bool debug_get_output_is_stderr(void);
#endif