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
ab4502da
...
ab4502da477674a7cfbfd9f57480578a8da817e4
authored
2005-11-14 21:59:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix indentation
1 parent
8d3a2d4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/stream.h
include/mailutils/stream.h
View file @
ab4502d
...
...
@@ -68,7 +68,7 @@ extern int mu_stream_close (mu_stream_t);
extern
int
mu_stream_is_seekable
(
mu_stream_t
);
extern
int
mu_stream_get_transport2
(
mu_stream_t
stream
,
mu_transport_t
*
pt
,
mu_transport_t
*
pt2
);
extern
int
mu_stream_get_transport
(
mu_stream_t
stream
,
mu_transport_t
*
pt
);
extern
int
mu_stream_get_transport
(
mu_stream_t
stream
,
mu_transport_t
*
pt
);
extern
int
mu_stream_read
(
mu_stream_t
,
char
*
,
size_t
,
off_t
,
size_t
*
);
extern
int
mu_stream_readline
(
mu_stream_t
,
char
*
,
size_t
,
off_t
,
size_t
*
);
...
...
Please
register
or
sign in
to post a comment