summaryrefslogtreecommitdiffstats
path: root/fdmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdmisc.h')
-rw-r--r--fdmisc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fdmisc.h b/fdmisc.h
index 5019cc2..fa2cac9 100644
--- a/fdmisc.h
+++ b/fdmisc.h
@@ -22,5 +22,10 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "basic.h"
+
+bool set_nonblock_action (int fd);
+bool set_cloexec_action (int fd);
+
void set_nonblock (int fd);
void set_cloexec (int fd);