summaryrefslogtreecommitdiffstats
path: root/sys/sys/kcov.h
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2020-06-04 19:30:49 +0000
committeranton <anton@openbsd.org>2020-06-04 19:30:49 +0000
commit40027e0b80e7474fc6f68634c6fe449fd5ce43c1 (patch)
tree51154dfe36167dfaaad70045c60c2278685f0da8 /sys/sys/kcov.h
parentAlign tls13_server_select_certificate() with (diff)
downloadwireguard-openbsd-40027e0b80e7474fc6f68634c6fe449fd5ce43c1.tar.xz
wireguard-openbsd-40027e0b80e7474fc6f68634c6fe449fd5ce43c1.zip
add missing forward declaration of struct proc
Diffstat (limited to 'sys/sys/kcov.h')
-rw-r--r--sys/sys/kcov.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/kcov.h b/sys/sys/kcov.h
index 717a5e8b936..e05e0ea0c36 100644
--- a/sys/sys/kcov.h
+++ b/sys/sys/kcov.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kcov.h,v 1.4 2019/01/20 09:57:23 anton Exp $ */
+/* $OpenBSD: kcov.h,v 1.5 2020/06/04 19:30:49 anton Exp $ */
/*
* Copyright (c) 2018 Anton Lindqvist <anton@openbsd.org>
@@ -33,6 +33,8 @@
#define KCOV_BUF_MAX_NMEMB (256 << 10)
+struct proc;
+
void kcov_exit(struct proc *);
#endif /* _KERNEL */