diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 14:41:48 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 11:01:34 +0200 |
commit | 5b5a75979a0b954a5deefe79c8040bac1ad9c76a (patch) | |
tree | 13e4c9c53fe92827df4d0605dcc04b4689c0c4b1 /src/libutil/util.hh | |
parent | e81ed5f12d0702ed402faa8b5ee725f2203db60c (diff) |
util.{hh,cc}: Split out unix-domain-socket.{hh,cc}
Change-Id: I3f9a628e0f8998b6146f5caa8ae9842361a66b8b
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index e704cd709..216693635 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -407,17 +407,6 @@ struct MaintainCount /** - * Bind a Unix domain socket to a path. - */ -void bind(int fd, const std::string & path); - -/** - * Connect to a Unix domain socket. - */ -void connect(int fd, const std::string & path); - - -/** * A Rust/Python-like enumerate() iterator adapter. * * Borrowed from http://reedbeta.com/blog/python-like-enumerate-in-cpp17. |