summaryrefslogtreecommitdiff
path: root/clientloop.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-10 22:44:12 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-10 22:44:12 +0000
commit9d3a859e8cafcc1de4908a17caeeaab52d491b03 (patch)
tree5be749f6c610f56523e73e355e48dfaf4bd90d12 /clientloop.h
parentb3211a85894b06bd3060a1e2b3b18c3fba536da9 (diff)
- 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 550c556c4..ee40d87ea 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.h,v 1.3 2001/01/29 01:58:15 niklas Exp $ */ 1/* $OpenBSD: clientloop.h,v 1.4 2001/02/06 22:43:02 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -35,7 +35,5 @@
35 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */ 36 */
37 37
38void clientloop_set_session_ident(int id);
39
40/* Client side main loop for the interactive session. */ 38/* Client side main loop for the interactive session. */
41int client_loop(int have_pty, int escape_char, int id); 39int client_loop(int have_pty, int escape_char, int id);