X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fsocket_private.h;h=86ce587643e24b04262cc89564b5d236acb0d9c3;hb=d20870655aeca0614d9fc315fe5f9893ebdc7aa3;hp=742877b4516514b718a623c0185a025a11ddb66f;hpb=88bbb4039aa274c7f41ebe3a18085b63427e5475;p=libs%2Fnet.git diff --git a/source/net/socket_private.h b/source/net/socket_private.h index 742877b..86ce587 100644 --- a/source/net/socket_private.h +++ b/source/net/socket_private.h @@ -22,6 +22,7 @@ struct Socket::Private IO::Handle event; void set_block(bool); + void set_inherit(bool); int set_option(int, int, const void *, socklen_t); int get_option(int, int, void *, socklen_t *); };