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
d914d44f
...
d914d44f663fd138a4cebf17a126cbf5b88e2add
authored
2002-11-04 17:34:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
correct the prototype of message_is_multipart() (patch by Olivier Bornet)
1 parent
f1dc31a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/texinfo/message.texi
doc/texinfo/message.texi
View file @
d914d44
...
...
@@ -45,8 +45,8 @@ Retrieve @var{msg} header.
@deftypefun
int
message_set_body
(
message_t
@var
{
msg
},
body_t
@var
{
body
},
void
*
@var
{
owner
})
@end
deftypefun
@deftypefun
int
message_is_multipart
(
message_t
@var
{
msg
})
Return
non
-
zero
value
if
message
is
multi
-
part
.
@deftypefun
int
message_is_multipart
(
message_t
@var
{
msg
}
,
int
*
@var
{
pmulti
}
)
Set
*
@var
{
pmulti
}
to
non
-
zero
value
if
@var
{
msg
}
is
multi
-
part
.
@end
deftypefun
@deftypefun
int
message_get_num_parts
(
message_t
@var
{
msg
},
size_t
*
nparts
)
...
...
Please
register
or
sign in
to post a comment