Go to the first, previous, next, last section, table of contents.
/* Prefix body_ is reserved */
#include <mailutils/body.h>
- Function: int body_create (body_t *body, void *owner)
-
Initialize an object bdy.
- Function: void body_destroy (body_t *pbody)
-
The resources allocate are release.
- Function: 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)
-
Go to the first, previous, next, last section, table of contents.