push-notification-events.h revision bcb4e51a409d94ae670de96afb8483a4f7855294
2N/A#ifndef PUSH_NOTIFICATION_EVENTS_H
2N/A#define PUSH_NOTIFICATION_EVENTS_H
2N/A#include "mail-types.h"
2N/Astruct push_notification_driver_txn;
2N/Astruct push_notification_txn;
2N/Astruct push_notification_txn_event;
2N/Astruct push_notification_txn_mbox;
2N/Astruct push_notification_txn_msg;
2N/A void *(*default_config)(void);
struct push_notification_event_vfuncs_msg {
const char *const *old_keywords);
struct push_notification_event_config {
void *config;
struct push_notification_event {
const char *name;
struct push_notification_txn_event {
void *data;
const struct push_notification_event *);