diff options
Diffstat (limited to 'src/indexer/master-connection.h')
-rw-r--r-- | src/indexer/master-connection.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/indexer/master-connection.h b/src/indexer/master-connection.h new file mode 100644 index 0000000..7dcb70e --- /dev/null +++ b/src/indexer/master-connection.h @@ -0,0 +1,8 @@ +#ifndef MASTER_CONNECTION_H +#define MASTER_CONNECTION_H + +bool master_connection_create(struct master_service_connection *conn, + struct mail_storage_service_ctx *storage_service); +void master_connections_destroy(void); + +#endif |