summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vmd.h
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2019-05-10 18:11:28 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2019-05-10 18:11:28 +0000
commit8ae65be26753740d67414faaf6f8403a18dc9383 (patch)
treeb9b9bfc98dab31637a2d5b18fd3f0bcfc787399a /usr.sbin/vmd/vmd.h
parent8fc11a4bb842513152f53be32f5d26acf567d914 (diff)
remove receive_vm prototype for the function does not exist (anymore)
ok pd@
Diffstat (limited to 'usr.sbin/vmd/vmd.h')
-rw-r--r--usr.sbin/vmd/vmd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vmd.h b/usr.sbin/vmd/vmd.h
index bf1fb58ea7a..6358deb9122 100644
--- a/usr.sbin/vmd/vmd.h
+++ b/usr.sbin/vmd/vmd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmd.h,v 1.90 2019/02/20 07:00:25 mlarkin Exp $ */
+/* $OpenBSD: vmd.h,v 1.91 2019/05/10 18:11:27 jasper Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -430,7 +430,6 @@ int vmm_pipe(struct vmd_vm *, int, void (*)(int, short, void *));
/* vm.c */
int start_vm(struct vmd_vm *, int);
-int receive_vm(struct vmd_vm *, int, int);
__dead void vm_shutdown(unsigned int);
/* control.c */