From 3fef255ca80ab4a81679fa04f992691e00ef94eb Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 9 May 2008 14:26:08 +0000 Subject: dingo stole my diff hunk --- usr.bin/ssh/ssh.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/ssh.c') diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index d71f02f1bba..08cb7c61686 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.312 2008/05/09 14:18:44 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.313 2008/05/09 14:26:08 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -160,6 +160,11 @@ static int client_global_request_id = 0; /* pid of proxycommand child process */ pid_t proxy_command_pid = 0; +/* mux.c */ +extern int muxserver_sock; +extern u_int muxclient_command; + + /* Prints a help message to the user. This function never returns. */ static void -- cgit v1.2.3-59-g8ed1b