summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/vmm.c
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2018-02-05 05:01:08 +0000
committermlarkin <mlarkin@openbsd.org>2018-02-05 05:01:08 +0000
commit82662b6f1bedaf9004fc2ebc8ad2593c6cb58fc4 (patch)
tree3b48447410f22a0fc7400453a2e7fc8e737e6355 /usr.sbin/vmd/vmm.c
parentI accidentially a word (diff)
downloadwireguard-openbsd-82662b6f1bedaf9004fc2ebc8ad2593c6cb58fc4.tar.xz
wireguard-openbsd-82662b6f1bedaf9004fc2ebc8ad2593c6cb58fc4.zip
remove unused function prototype
Diffstat (limited to 'usr.sbin/vmd/vmm.c')
-rw-r--r--usr.sbin/vmd/vmm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vmm.c b/usr.sbin/vmd/vmm.c
index cb20c38472d..77ae1eff456 100644
--- a/usr.sbin/vmd/vmm.c
+++ b/usr.sbin/vmd/vmm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmm.c,v 1.79 2018/01/03 05:39:56 ccardenas Exp $ */
+/* $OpenBSD: vmm.c,v 1.80 2018/02/05 05:01:08 mlarkin Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -55,7 +55,6 @@
void vmm_sighdlr(int, short, void *);
int vmm_start_vm(struct imsg *, uint32_t *);
-int vmm_receive_vm(struct vmd_vm * , int);
int vmm_dispatch_parent(int, struct privsep_proc *, struct imsg *);
void vmm_run(struct privsep *, struct privsep_proc *, void *);
void vmm_dispatch_vm(int, short, void *);