summaryrefslogtreecommitdiff
path: root/src/sockutils.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-08 22:54:54 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-08 22:54:54 +0200
commit913cfd1c7ef7a145036a8416d4ea815cb5cdb601 (patch)
treef98a19bf120498db7f1f7a193d69655c2644f4fe /src/sockutils.hh
parenta2f209d2f21282d8ddb6ab76d9b6bd8f5f23b37c (diff)
Create sockutils
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 */