change low FDs are handled in Samba
[ira/wip.git] / lib / util / samba_util.h
index a0989d54794ae996c8621ceb0e10d807bcc480d0..13fe831995e8e4effa9d18a6a401d50e04c7308c 100644 (file)
@@ -824,7 +824,7 @@ _PUBLIC_ int idr_remove(struct idr_context *idp, int id);
 /**
  Close the low 3 fd's and open dev/null in their place
 **/
-_PUBLIC_ void close_low_fds(bool stderr_too);
+_PUBLIC_ void close_low_fds(bool stdin_too, bool stdout_too, bool stderr_too);
 
 /**
  Become a daemon, discarding the controlling terminal.