diff options
Diffstat (limited to 'src/sockutils.hh')
| -rw-r--r-- | src/sockutils.hh | 10 |
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 */ |
