diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/sockets.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/sockets.h b/include/qemu/sockets.h index af24669c7b..fdbb196787 100644 --- a/include/qemu/sockets.h +++ b/include/qemu/sockets.h @@ -61,7 +61,6 @@ int inet_nonblocking_connect(const char *str, void *opaque, Error **errp); int inet_dgram_opts(QemuOpts *opts, Error **errp); -const char *inet_strfamily(int family); NetworkAddressFamily inet_netfamily(int family); int unix_listen_opts(QemuOpts *opts, Error **errp); |