summaryrefslogtreecommitdiffstats
path: root/clientloop.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 /clientloop.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 'clientloop.h')
-rw-r--r--clientloop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clientloop.h b/clientloop.h
index 31630551b..4bc7bcd7c 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.37 2020/04/03 02:40:32 djm Exp $ */
+/* $OpenBSD: clientloop.h,v 1.38 2024/05/17 06:42:04 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -43,7 +43,6 @@ struct ssh;
int client_loop(struct ssh *, int, int, int);
int client_x11_get_proto(struct ssh *, const char *, const char *,
u_int, u_int, char **, char **);
-void client_global_request_reply_fwd(int, u_int32_t, void *);
void client_session2_setup(struct ssh *, int, int, int,
const char *, struct termios *, int, struct sshbuf *, char **);
char *client_request_tun_fwd(struct ssh *, int, int, int,