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
ffe0c488
Commit
ffe0c488
authored
Feb 25, 2002
by
Pontus Freyhult
Browse files
Changed return type for lsftp_install_lsftp_cb from int to struct lsftp_callback*.
Rev: src/sftp/sftp_bind.h:1.4
parent
ea2f5164
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sftp/sftp_bind.h
View file @
ffe0c488
...
...
@@ -155,7 +155,7 @@ int lsftp_handle_alldir(struct sftp_callback *s,
const
struct
lsftp_callback
*
l
);
in
t
lsftp_install_lsftp_cb
(
lsftp_callback_func
nextfun
);
struc
t
lsftp_callback
*
lsftp_install_lsftp_cb
(
lsftp_callback_func
nextfun
);
int
lsftp_install_sftp_cb
(
struct
sftp_callback
*
s
);
void
lsftp_nullcb
(
struct
lsftp_callback
*
nullcb
);
...
...
Write
Preview
Supports
Markdown
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