summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-02 12:44:39 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-02 12:44:39 +0000
commitac8595e7249c34fa9861d578c566c2f467f629c5 (patch)
treecade20ee59d2c53f3e846669cd77491eae100583 /usr.bin/ssh/channels.h
parentccd8a0de28286c3f07c94a3fae47531a2941ca11 (diff)
use c-style comments
Diffstat (limited to 'usr.bin/ssh/channels.h')
-rw-r--r--usr.bin/ssh/channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h
index 0ea881ffe26..7816752e835 100644
--- a/usr.bin/ssh/channels.h
+++ b/usr.bin/ssh/channels.h
@@ -1,4 +1,4 @@
-/* RCSID("$Id: channels.h,v 1.10 2000/04/28 08:10:20 markus Exp $"); */
+/* RCSID("$Id: channels.h,v 1.11 2000/05/02 12:44:38 markus Exp $"); */
#ifndef CHANNELS_H
#define CHANNELS_H
@@ -56,7 +56,7 @@ typedef struct Channel {
char *ctype; /* type */
- // callback
+ /* callback */
channel_callback_fn *cb_fn;
void *cb_arg;
int cb_event;