aboutsummaryrefslogtreecommitdiff
path: root/include/net/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tap.h')
-rw-r--r--include/net/tap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tap.h b/include/net/tap.h
index c3eb85a74e..a994f20447 100644
--- a/include/net/tap.h
+++ b/include/net/tap.h
@@ -37,7 +37,6 @@ void tap_set_offload(NetClientState *nc, int csum, int tso4, int tso6, int ecn,
void tap_set_vnet_hdr_len(NetClientState *nc, int len);
int tap_enable(NetClientState *nc);
int tap_disable(NetClientState *nc);
-int tap_get_ifname(NetClientState *nc, char *ifname);
int tap_get_fd(NetClientState *nc);