diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-04 13:10:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-04 13:12:34 +0200 |
commit | bd1fe7c79de3d81325afecb7ded46c1627f6c1df (patch) | |
tree | 85cf71bda8b14c84037c150aaba2fe5c28202af0 /src/shared/socket-util.h | |
parent | edf029b7fd9a5853a87d3ca99aac2922bb8a277e (diff) |
socket: optionally remove sockets/FIFOs in the file system after use
Diffstat (limited to 'src/shared/socket-util.h')
-rw-r--r-- | src/shared/socket-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/socket-util.h b/src/shared/socket-util.h index efaaf82ab1..f938f86200 100644 --- a/src/shared/socket-util.h +++ b/src/shared/socket-util.h @@ -70,6 +70,7 @@ int socket_address_parse(SocketAddress *a, const char *s); int socket_address_parse_netlink(SocketAddress *a, const char *s); int socket_address_print(const SocketAddress *a, char **p); int socket_address_verify(const SocketAddress *a) _pure_; +int socket_address_unlink(SocketAddress *a); bool socket_address_can_accept(const SocketAddress *a) _pure_; |