message-header-hash.h revision ea03e17621b0e35cf15cbe11cd85ed218bdbff02
#ifndef MESSAGE_HEADER_HASH_H
#define MESSAGE_HEADER_HASH_H
#define MESSAGE_HEADER_HASH_MAX_VERSION 3
struct hash_method;
struct message_header_hash_context {
bool prev_was_questionmark;
};
/* Initialize ctx with zeros. */
unsigned int version,
#endif