message-header-parser.h (dovecot-2.3.16) | : | message-header-parser.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 82 | skipping to change at line 82 | |||
/* Write the header line to buffer exactly as it was read, including the | /* Write the header line to buffer exactly as it was read, including the | |||
newline. */ | newline. */ | |||
void message_header_line_write(buffer_t *output, | void message_header_line_write(buffer_t *output, | |||
const struct message_header_line *hdr); | const struct message_header_line *hdr); | |||
/* Duplicate the given header value data and return it. Replaces any NULs with | /* Duplicate the given header value data and return it. Replaces any NULs with | |||
UNICODE_REPLACEMENT_CHAR_UTF8. */ | UNICODE_REPLACEMENT_CHAR_UTF8. */ | |||
const char * | const char * | |||
message_header_strdup(pool_t pool, const unsigned char *data, size_t size); | message_header_strdup(pool_t pool, const unsigned char *data, size_t size); | |||
/* Returns TRUE if message header name is valid. */ | ||||
bool message_header_name_is_valid(const char *name); | ||||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |