summaryrefslogtreecommitdiffstats
path: root/servconf.h
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2024-05-17 08:42:04 +0200
committerDamien Miller <djm@mindrot.org>2024-05-22 06:21:13 +0200
commitdcd79fa141311c287e0595ede684b7116122fae0 (patch)
tree7104535d87d6c1f09ea721cc2d6303073d9b2eb6 /servconf.h
parentupstream: remove externs for removed vars; ok djm@ (diff)
downloadopenssh-dcd79fa141311c287e0595ede684b7116122fae0.tar.xz
openssh-dcd79fa141311c287e0595ede684b7116122fae0.zip
upstream: remove prototypes with no matching function; ok djm@
OpenBSD-Commit-ID: 6d9065dadea5f14a01bece0dbfe2fba1be31c693
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.h b/servconf.h
index c44608183..56070d6b2 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.161 2024/05/17 00:30:24 djm Exp $ */
+/* $OpenBSD: servconf.h,v 1.162 2024/05/17 06:42:04 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -303,9 +303,7 @@ void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
struct include_list *includes, struct connection_info *, int);
void parse_server_match_config(ServerOptions *,
struct include_list *includes, struct connection_info *);
-int parse_channel_timeout(const char *, char **, u_int *);
int parse_server_match_testspec(struct connection_info *, char *);
-int server_match_spec_complete(struct connection_info *);
void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
void copy_set_server_options(ServerOptions *, ServerOptions *, int);
void dump_config(ServerOptions *);