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
ad6f02b4
Commit
ad6f02b4
authored
Sep 07, 1999
by
Niels Möller
Browse files
* src/io.h (io_write_file): New function.
Rev: src/io.h:1.43
parent
7b512457
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.h
View file @
ad6f02b4
...
...
@@ -343,5 +343,11 @@ void close_fd(struct lsh_fd *fd, int reason);
* is completely written. */
void
close_fd_nicely
(
struct
lsh_fd
*
fd
,
int
reason
);
struct
io_fd
*
io_write_file
(
struct
io_backend
*
backend
,
const
char
*
fname
,
int
flags
,
int
mode
,
UINT32
block_size
,
struct
close_callback
*
c
,
struct
exception_handler
*
e
);
#endif
/* LSH_IO_H_INCLUDED */
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