summaryrefslogtreecommitdiff
path: root/src/sockutils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sockutils.hh')
-rw-r--r--src/sockutils.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sockutils.hh b/src/sockutils.hh
new file mode 100644
index 0000000..2c47daa
--- /dev/null
+++ b/src/sockutils.hh
@@ -0,0 +1,10 @@
+#ifndef SOCKUTILS_HH
+#define SOCKUTILS_HH
+
+namespace stuff {
+
+bool make_nonblocking(int sock);
+
+} // namespace stuff
+
+#endif /* SOCKUTILS_HH */