view src/replication/aggregator/notify-connection.h @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents 14ff849dc266
children
line wrap: on
line source

#ifndef NOTIFY_CONNECTION_H
#define NOTIFY_CONNECTION_H

void notify_connection_create(int fd, bool fifo);
void notify_connections_destroy_all(void);

void notify_connection_sync_callback(bool success, void *context);

#endif