summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include/clientloop.h
diff options
context:
space:
mode:
authorjp161948 <none@none>2007-08-20 13:43:28 -0700
committerjp161948 <none@none>2007-08-20 13:43:28 -0700
commit383a1232abf6ee8c176a61ee5268f51bb9840224 (patch)
treeb3c05da23ff3f0c1dfdd40b4e52a4835e1efb03c /usr/src/cmd/ssh/include/clientloop.h
parent02b636c64ad657301ef5f5e6c2d14c6bec693fff (diff)
downloadillumos-joyent-383a1232abf6ee8c176a61ee5268f51bb9840224.tar.gz
PSARC/2007/034 ssh/sshd resync with OpenSSH
6472998 implement untrusted X11 forwarding in ssh(1)
Diffstat (limited to 'usr/src/cmd/ssh/include/clientloop.h')
-rw-r--r--usr/src/cmd/ssh/include/clientloop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/include/clientloop.h b/usr/src/cmd/ssh/include/clientloop.h
index 6eb2e4c0fe..5e24594195 100644
--- a/usr/src/cmd/ssh/include/clientloop.h
+++ b/usr/src/cmd/ssh/include/clientloop.h
@@ -47,6 +47,8 @@ extern "C" {
/* Client side main loop for the interactive session. */
int client_loop(int, int, int);
+void client_x11_get_proto(const char *, const char *, u_int,
+ char **, char **);
void client_global_request_reply_fwd(int type, u_int32_t seq, void *ctxt);
#ifdef __cplusplus