diff options
-rw-r--r-- | usr.sbin/vmctl/vmctl.h | 3 | ||||
-rw-r--r-- | usr.sbin/vmd/vmd.h | 3 |
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 */ |