summaryrefslogtreecommitdiff
path: root/clientloop.h
diff options
context:
space:
mode:
authormouring <mouring>2001-02-10 22:44:12 +0000
committermouring <mouring>2001-02-10 22:44:12 +0000
commite9e23659857038435dc831876e071523847acd96 (patch)
treed7776e6aa01641dd127469efc5eda43ae4406f33 /clientloop.h
parent743f513f62a7d3656edb6d226ecf7003a0960696 (diff)
downloadopenssh-e9e23659857038435dc831876e071523847acd96.tar.gz
- markus@cvs.openbsd.org 2001/02/06 22:43:02
[clientloop.h] remove confusing callback code
Diffstat (limited to 'clientloop.h')
-rw-r--r--clientloop.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/clientloop.h b/clientloop.h
index 550c556c..ee40d87e 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.3 2001/01/29 01:58:15 niklas Exp $ */
+/* $OpenBSD: clientloop.h,v 1.4 2001/02/06 22:43:02 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -35,7 +35,5 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-void clientloop_set_session_ident(int id);
-
/* Client side main loop for the interactive session. */
int client_loop(int have_pty, int escape_char, int id);