diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-08 22:54:54 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-08 22:54:54 +0200 |
| commit | 913cfd1c7ef7a145036a8416d4ea815cb5cdb601 (patch) | |
| tree | f98a19bf120498db7f1f7a193d69655c2644f4fe /src/sockutils.hh | |
| parent | a2f209d2f21282d8ddb6ab76d9b6bd8f5f23b37c (diff) | |
Create sockutils
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 */ |
