#ifndef MESSAGE_BINARY_PART_H
#define MESSAGE_BINARY_PART_H
struct message_binary_part {
/* Absolute position from beginning of message. This can be used to
match the part to struct message_part. */
from message_part's, because Content-Transfer-Encoding is changed to
"binary". */
count. Decoding may change these numbers. */
unsigned int binary_body_lines_count;
};
/* Serialize message binary_part. */
/* Generate struct message_binary_part from serialized data. Returns 0 if ok,
-1 if any problems are detected. */
struct message_binary_part **parts_r);
#endif