summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-20 12:38:25 +0000
committerAlyssa Ross <hi@alyssa.is>2022-02-20 12:40:45 +0000
commitdd6412092ad0569e77555069548850c73121c16d (patch)
tree049c89fe7bf1624b0c56b38dc163b77ee481826f /host
parent3c461d5d189b2637e76223c21c7501aaf7085f0a (diff)
downloadspectrum-dd6412092ad0569e77555069548850c73121c16d.tar
spectrum-dd6412092ad0569e77555069548850c73121c16d.tar.gz
spectrum-dd6412092ad0569e77555069548850c73121c16d.tar.bz2
spectrum-dd6412092ad0569e77555069548850c73121c16d.tar.lz
spectrum-dd6412092ad0569e77555069548850c73121c16d.tar.xz
spectrum-dd6412092ad0569e77555069548850c73121c16d.tar.zst
spectrum-dd6412092ad0569e77555069548850c73121c16d.zip
host/start-vm: drop prototype for removed function
Diffstat (limited to 'host')
-rw-r--r--host/start-vm/net-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/start-vm/net-util.h b/host/start-vm/net-util.h
index 5ca0a64..85d7833 100644
--- a/host/start-vm/net-util.h
+++ b/host/start-vm/net-util.h
@@ -11,4 +11,3 @@ int bridge_remove_if(const char *brname, const char *ifname);
 int bridge_delete(const char *name);
 
 int tap_open(const char *name, int flags);
-int tap_delete(const char *name);