From 913cfd1c7ef7a145036a8416d4ea815cb5cdb601 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 8 Jun 2015 22:54:54 +0200 Subject: Create sockutils --- src/sockutils.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/sockutils.hh (limited to 'src/sockutils.hh') 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 */ -- cgit v1.2.3-70-g09d2