summaryrefslogtreecommitdiffstats
path: root/clientloop.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-06 08:11:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-06 08:11:40 +1000
commitea8342c248ad6c0a4fe1a70de133f954973bd2b2 (patch)
treecb631673729078e481759f3df99c41d3b34122ca /clientloop.h
parent5d12b8f05d79ba89d0807910a664fa80f6f3bf8c (diff)
- dtucker@cvs.openbsd.org 2013/06/02 23:36:29
[clientloop.h clientloop.c mux.c] No need for the mux cleanup callback to be visible so restore it to static and call it through the detach_user function pointer. ok djm@
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 d2baa032..338d4518 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.30 2012/08/17 00:45:45 dtucker Exp $ */
+/* $OpenBSD: clientloop.h,v 1.31 2013/06/02 23:36:29 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -76,5 +76,4 @@ void muxserver_listen(void);
void muxclient(const char *);
void mux_exit_message(Channel *, int);
void mux_tty_alloc_failed(Channel *);
-void mux_master_session_cleanup_cb(int, void *);