mail-transaction-util.h revision b032dc80e358f09893f09999f172ff12f5dbbb8e
#ifndef __MAIL_TRANSACTION_UTIL_H
#define __MAIL_TRANSACTION_UTIL_H
struct mail_transaction_type_map {
enum mail_transaction_type type;
};
extern const struct mail_transaction_type_map mail_transaction_type_map[];
const struct mail_transaction_type_map *
#endif