Node:Body,
Next:Attribute,
Previous:Headers,
Up:libmailbox
Body
/* Prefix body_ is reserved */
#include <mailutils/body.h>
int body_create (body_t *body, void *owner)
|
Function |
Initialize an object bdy.
|
void body_destroy (body_t *pbody)
|
Function |
The resources allocate are release.
|
int body_get_stream (body_t body, stream_t *pstream)
|
Function |
int body_set_stream (body_t body, stream_t stream, void *owner)
|
Function |
int body_get_filename __P ((body_t body, char *buffer, size_tbuflen, size_t *pwriten)
|
Function |
int body_set_filename (body_t body, const char*buffer)
|
Function |
int body_size (body_t body, size_t*psize)
|
Function |
int body_lines (body_t body, size_t *plines)
|
Function |