summaryrefslogtreecommitdiff
path: root/usr.sbin
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
parent8fc11a4bb842513152f53be32f5d26acf567d914 (diff)
remove receive_vm prototype for the function does not exist (anymore)
ok pd@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vmctl/vmctl.h3
-rw-r--r--usr.sbin/vmd/vmd.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/vmctl/vmctl.h b/usr.sbin/vmctl/vmctl.h
index 7c26b42d8cd..613621e8a1a 100644
--- a/usr.sbin/vmctl/vmctl.h
+++ b/usr.sbin/vmctl/vmctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmctl.h,v 1.30 2018/12/06 09:23:15 claudio Exp $ */
+/* $OpenBSD: vmctl.h,v 1.31 2019/05/10 18:11:27 jasper Exp $ */
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -105,7 +105,6 @@ void unpause_vm(uint32_t, const char *);
int unpause_vm_complete(struct imsg *, int *);
void send_vm(uint32_t, const char *);
void vm_receive(uint32_t, const char *);
-int receive_vm_complete(struct imsg *, int *);
int check_info_id(const char *, uint32_t);
void get_info_vm(uint32_t, const char *, enum actions, unsigned int);
int add_info(struct imsg *, int *);
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 */