struct push_notification_txn_msg *
push_notification_txn_msg_create(struct push_notification_txn *txn,
- struct mail *mail)
+ struct mail *mail)
{
struct push_notification_txn_msg *msg = NULL;
return msg;
}
-void
-push_notification_txn_msg_end(struct push_notification_txn *ptxn,
- struct mail_transaction_commit_changes *changes)
+void push_notification_txn_msg_end(
+ struct push_notification_txn *ptxn,
+ struct mail_transaction_commit_changes *changes)
{
struct hash_iterate_context *hiter;
void *key;
void *
push_notification_txn_msg_get_eventdata(struct push_notification_txn_msg *msg,
- const char *event_name)
+ const char *event_name)
{
struct push_notification_txn_event **mevent;
return NULL;
}
-void
-push_notification_txn_msg_set_eventdata(struct push_notification_txn *txn,
- struct push_notification_txn_msg *msg,
- struct push_notification_event_config *event,
- void *data)
+void push_notification_txn_msg_set_eventdata(
+ struct push_notification_txn *txn,
+ struct push_notification_txn_msg *msg,
+ struct push_notification_event_config *event, void *data)
{
struct push_notification_txn_event *mevent;
array_push_back(&msg->eventdata, &mevent);
}
-void
-push_notification_txn_msg_deinit_eventdata(struct push_notification_txn_msg *msg)
+void push_notification_txn_msg_deinit_eventdata(
+ struct push_notification_txn_msg *msg)
{
struct push_notification_txn_event **mevent;