view src/lmtp/main.h @ 9121:a957a6be4af5 HEAD

Initial implementation of LMTP server. Master process doesn't yet execute it though.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Apr 2009 18:12:30 -0400
parents
children 0c587f108916
line wrap: on
line source

#ifndef MAIN_H
#define MAIN_H

extern struct master_service *service;
extern struct mail_storage_service_multi_ctx *multi_service;

void listener_client_destroyed(void);

#endif