summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl/vmctl.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/vmctl/vmctl.h
parent8fc11a4bb842513152f53be32f5d26acf567d914 (diff)
remove receive_vm prototype for the function does not exist (anymore)
ok pd@
Diffstat (limited to 'usr.sbin/vmctl/vmctl.h')
-rw-r--r--usr.sbin/vmctl/vmctl.h3
1 files changed, 1 insertions, 2 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 *);