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
4ed2121a
...
4ed2121a8b70917c31904a95d9f87f4a77e84ea2
authored
2005-11-29 17:42:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor indentation fix
1 parent
6a8d3bcb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/body.h
include/mailutils/body.h
View file @
4ed2121
...
...
@@ -36,7 +36,7 @@ extern int mu_body_set_stream (mu_body_t, mu_stream_t, void *owner);
extern
int
mu_body_get_filename
(
mu_body_t
,
char
*
,
size_t
,
size_t
*
);
extern
int
mu_body_size
(
mu_body_t
,
size_t
*
);
extern
int
mu_body_size
(
mu_body_t
,
size_t
*
);
extern
int
mu_body_set_size
(
mu_body_t
,
int
(
*
_size
)
(
mu_body_t
,
size_t
*
),
void
*
owner
);
extern
int
mu_body_lines
(
mu_body_t
,
size_t
*
);
...
...
Please
register
or
sign in
to post a comment