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
52c8a5fb
Commit
52c8a5fb
authored
Apr 17, 2000
by
Niels Möller
Browse files
* src/io.h (io_listen): Take a sockaddr * rather than a
sockaddr_in *. Rev: src/io.h:1.55
parent
69acffa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.h
View file @
52c8a5fb
...
...
@@ -292,11 +292,27 @@ io_connect(struct io_backend *b,
struct
command_continuation
*
c
,
struct
exception_handler
*
e
);
struct
lsh_fd
*
io_listen
(
struct
io_backend
*
b
,
struct
sockaddr
*
local
,
socklen_t
length
,
struct
io_callback
*
callback
,
struct
exception_handler
*
e
);
#if 0
struct lsh_fd *
io_listen(struct io_backend *b,
struct sockaddr_in *local,
struct io_callback *callback,
struct exception_handler *e);
#endif
struct
lsh_fd
*
io_listen_local
(
struct
io_backend
*
b
,
struct
lsh_string
*
directory
,
struct
lsh_string
*
name
,
struct
io_callback
*
callback
,
struct
exception_handler
*
e
);
struct
io_callback
*
make_listen_callback
(
struct
io_backend
*
backend
,
...
...
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