push-notification-txn-mbox.h revision 51ed197520dd9ea534fbc3bc1790ebe3cb5421e2
c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen/* Copyright (c) 2015 Dovecot authors, see the included COPYING file */
c37098f8ce6d512ba41f09564d04ed25720f0a77Timo Sirainen ARRAY(struct push_notification_txn_event *) eventdata;
c8296ac1ed68ed5c5168de545b76f9b27fc76d35Timo Sirainenpush_notification_txn_mbox_create(struct push_notification_txn *txn,
c8296ac1ed68ed5c5168de545b76f9b27fc76d35Timo Sirainenpush_notification_txn_mbox_end(struct push_notification_txn *ptxn);
57f4445a46726a17bfe78b0964dd301a6ccb40ecTimo Sirainenpush_notification_txn_mbox_get_eventdata(struct push_notification_txn_mbox *mbox,
57f4445a46726a17bfe78b0964dd301a6ccb40ecTimo Sirainenpush_notification_txn_mbox_set_eventdata(struct push_notification_txn *txn,
void *data);