lib/util Remove setup_logging_stdout()
[ira/wip.git] / lib / util / debug.h
index 0172df8efe553ed9de81e474366287e95280db2f..a62db1a38751a523a6817b283f3e74e94b307fce 100644 (file)
@@ -79,7 +79,7 @@ extern int DEBUGLEVEL;
  * for example.  This makes it easy to override for debug to stderr on
  * the command line, as the smb.conf cannot reset it back to
  * file-based logging */
-enum debug_logtype {DEBUG_STDOUT = 0, DEBUG_FILE = 1, DEBUG_STDERR = 2};
+enum debug_logtype {DEBUG_DEFAULT_STDERR = 0, DEBUG_STDOUT = 1, DEBUG_FILE = 2, DEBUG_STDERR = 3};
 
 /**
   the backend for debug messages. Note that the DEBUG() macro has already
@@ -105,11 +105,6 @@ _PUBLIC_ void debug_schedule_reopen_logs(void);
 */
 _PUBLIC_ void setup_logging(const char *prog_name, enum debug_logtype new_logtype);
 
-/**
-   Just run logging to stdout for this program 
-*/
-_PUBLIC_ void setup_logging_stdout(void);
-
 /**
   return a string constant containing n tabs
   no more than 10 tabs are returned