summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmctl
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2019-05-10 18:11:27 +0000
committerjasper <jasper@openbsd.org>2019-05-10 18:11:27 +0000
commitd84214aeea65496e5ec36c39db6c8bccf0d6a690 (patch)
tree365c0fbb1167499ca307b7a78d393e9dd0a86613 /usr.sbin/vmctl
parentFix a typo in previous (, -> :). (diff)
downloadwireguard-openbsd-d84214aeea65496e5ec36c39db6c8bccf0d6a690.tar.xz
wireguard-openbsd-d84214aeea65496e5ec36c39db6c8bccf0d6a690.zip
remove receive_vm prototype for the function does not exist (anymore)
ok pd@
Diffstat (limited to 'usr.sbin/vmctl')
-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 *);