summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-03-17 17:47:10 +0000
committerEd Maste <emaste@FreeBSD.org>2024-03-17 17:47:10 +0000
commit9200ce3210fdc00706904d2eb2d8a481ed84eef3 (patch)
tree44c20fef4e888723daa2d0c91e8e91f1e6dc8a08 /misc.h
parent38f55691cb1b1029d9daac42fc5b6b1850eb19c3 (diff)
Vendor import of OpenSSH 9.7p1vendor/openssh/9.7p1
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 74c6f832cb19..9bacce5203de 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.106 2023/10/11 22:42:26 djm Exp $ */
+/* $OpenBSD: misc.h,v 1.107 2024/03/04 02:16:11 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -210,6 +210,7 @@ void opt_array_append(const char *file, const int line,
void opt_array_append2(const char *file, const int line,
const char *directive, char ***array, int **iarray, u_int *lp,
const char *s, int i);
+void opt_array_free2(char **array, int **iarray, u_int l);
struct timespec;
void ptimeout_init(struct timespec *pt);