summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-16 08:50:40 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-16 08:50:40 +0000
commitab9a43492896778db2c2e9ff8db8fcd7ff994809 (patch)
treeea1b3a3edfa16ac8829b94da2f70156f4c543ec6 /usr.bin
parentec1b8c96f01be1c00ffae192eb5c1c20d6542fc1 (diff)
bad //-style comment; thx to stevev@darkwing.uoregon.edu
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/channels.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h
index 3de9627ab99..53c914e0ff7 100644
--- a/usr.bin/ssh/channels.h
+++ b/usr.bin/ssh/channels.h
@@ -32,7 +32,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: channels.h,v 1.37 2001/06/04 21:59:42 markus Exp $"); */
+/* RCSID("$OpenBSD: channels.h,v 1.38 2001/06/16 08:50:39 markus Exp $"); */
#ifndef CHANNEL_H
#define CHANNEL_H
@@ -209,7 +209,6 @@ int channel_connect_by_listen_adress(u_short listen_port);
/* x11 forwarding */
int x11_connect_display(void);
-//int x11_check_cookie(Buffer *b);
char *x11_create_display(int screen);
char *x11_create_display_inet(int screen, int x11_display_offset);
void x11_input_open(int type, int plen, void *ctxt);