Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
fa056271
...
fa05627130bd2eb38bb5cc6bc6d9ec2363824a01
authored
2003-08-28 20:01:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _stream): Changed _get_fd member.
1 parent
082bd251
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/include/stream0.h
mailbox/include/stream0.h
View file @
fa05627
...
...
@@ -54,7 +54,7 @@ struct _stream
void
(
*
_destroy
)
__P
((
stream_t
));
int
(
*
_open
)
__P
((
stream_t
));
int
(
*
_close
)
__P
((
stream_t
));
int
(
*
_get_fd
)
__P
((
stream_t
,
int
*
));
int
(
*
_get_fd
)
__P
((
stream_t
,
int
*
,
int
*
));
int
(
*
_read
)
__P
((
stream_t
,
char
*
,
size_t
,
off_t
,
size_t
*
));
int
(
*
_readline
)
__P
((
stream_t
,
char
*
,
size_t
,
off_t
,
size_t
*
));
int
(
*
_write
)
__P
((
stream_t
,
const
char
*
,
size_t
,
off_t
,
size_t
*
));
...
...
Please
register
or
sign in
to post a comment