Skip to content
GitLab
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
40e1b8ce
Commit
40e1b8ce
authored
Sep 15, 1998
by
Niels Möller
Browse files
Corrected prototype for make_client_read_line().
Rev: src/client.c:1.14
parent
b203ff59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
40e1b8ce
...
...
@@ -42,7 +42,7 @@
#include
"werror.h"
#include
"xalloc.h"
struct
read_handler
*
make_client_read_line
();
struct
read_handler
*
make_client_read_line
(
struct
ssh_connection
*
c
);
struct
callback
*
make_client_close_handler
();
static
int
client_initiate
(
struct
fd_callback
**
c
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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