push-notification-txn-msg.h revision 51ed197520dd9ea534fbc3bc1790ebe3cb5421e2
/* Copyright (c) 2015 Dovecot authors, see the included COPYING file */
#ifndef PUSH_NOTIFICATION_TXN_MSG_H
#define PUSH_NOTIFICATION_TXN_MSG_H
struct mail_transaction_commit_changes;
struct push_notification_event_config;
struct push_notification_txn;
struct push_notification_txn_event;
struct push_notification_txn_msg {
const char *mailbox;
/* Private */
unsigned int seq;
};
struct push_notification_txn_msg *
void
struct mail_transaction_commit_changes *changes);
void *
const char *event_name);
void
struct push_notification_txn_msg *msg,
struct push_notification_event_config *event,
void *data);
void
#endif /* PUSH_NOTIFICATION_TXN_MSG_H */