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
34a5e544
...
34a5e54496a8ac24c1131ea1423f70f959372c7a
authored
2004-06-03 21:42:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _stream._get_fd): Removed
(_get_transport2,_wait): New methods
1 parent
79e940c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mailbox/include/stream0.h
mailbox/include/stream0.h
View file @
34a5e54
...
...
@@ -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
*
,
in
t
*
));
int
(
*
_get_
transport2
)
__P
((
stream_t
,
mu_transport_t
*
,
mu_transport_
t
*
));
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
*
));
...
...
@@ -63,6 +63,7 @@ struct _stream
int
(
*
_flush
)
__P
((
stream_t
));
int
(
*
_setbufsiz
)
__P
((
stream_t
,
size_t
));
int
(
*
_strerror
)
__P
((
stream_t
,
char
**
));
int
(
*
_wait
)
__P
((
stream_t
,
int
*
pflags
,
struct
timeval
*
tvp
));
};
#ifdef __cplusplus
...
...
Please
register
or
sign in
to post a comment