Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
60e6783a
Commit
60e6783a
authored
Apr 11, 1999
by
Niels Möller
Browse files
* src/channel.h (make_connection_service): Removed START argument.
Now returns a struct command *. Rev: src/channel.h:1.29
parent
51018d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.h
View file @
60e6783a
...
...
@@ -311,9 +311,8 @@ struct lsh_string *channel_transmit_extended(struct ssh_channel *channel,
UINT32
type
,
struct
lsh_string
*
data
);
struct
ssh_service
*
make_connection_service
(
struct
alist
*
global_requests
,
struct
alist
*
channel_types
,
struct
connection_startup
*
start
);
struct
command
*
make_connection_service
(
struct
alist
*
global_requests
,
struct
alist
*
channel_types
);
#endif
/* LSH_CHANNEL_H_INCLUDED */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment