view src/auth/auth-postfix-connection.h @ 15187:02451e967a06

Renamed network.[ch] to net.[ch]. The function prefixes already started with net_ instead of network_. And icecap wants to use network.h for other purpose. :)
author Timo Sirainen <tss@iki.fi>
date Wed, 03 Oct 2012 18:17:26 +0300
parents f562bcaca215
children
line wrap: on
line source

#ifndef AUTH_POSTFIX_CONNECTION_H
#define AUTH_POSTFIX_CONNECTION_H

struct auth_postfix_connection *
auth_postfix_connection_create(struct auth *auth, int fd);

void auth_postfix_connections_destroy_all(void);

#endif