Fix ndrdump to use a common setup_logging() API
[sfrench/samba-autobuild/.git] / source3 / include / proto.h
index 1a8a9a9538239e9610d3e08954a081be34c003b8..49afd8c46681f43ebc0a112d7d363c4c44562911 100644 (file)
@@ -466,6 +466,7 @@ void debug_message(struct messaging_context *msg_ctx, void *private_data, uint32
 void debug_init(void);
 void debug_register_msgs(struct messaging_context *msg_ctx);
 void setup_logging(const char *pname, bool interactive);
+void setup_logging_stdout( void );
 void debug_set_logfile(const char *name);
 bool reopen_logs( void );
 void force_check_log_size( void );