mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
nbd: Remove unused functions
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
f17c90bed1
commit
197a4859b9
2 changed files with 0 additions and 21 deletions
|
@ -61,9 +61,7 @@ enum {
|
|||
#define NBD_BUFFER_SIZE (1024*1024)
|
||||
|
||||
ssize_t nbd_wr_sync(int fd, void *buffer, size_t size, bool do_read);
|
||||
int tcp_socket_outgoing(const char *address, uint16_t port);
|
||||
int tcp_socket_incoming(const char *address, uint16_t port);
|
||||
int tcp_socket_outgoing_spec(const char *address_and_port);
|
||||
int tcp_socket_incoming_spec(const char *address_and_port);
|
||||
int tcp_socket_outgoing_opts(QemuOpts *opts);
|
||||
int unix_socket_outgoing(const char *path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue