view src/doveadm/client-connection-private.h @ 22713:cb108f786fb4

Updated copyright notices to include the year 2018.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 01 Jan 2018 22:42:08 +0100
parents c50bcadbd45a
children b562bf4b2513
line wrap: on
line source

#ifndef CLIENT_CONNECTION_PRIVATE_H
#define CLIENT_CONNECTION_PRIVATE_H

#include "client-connection.h"

bool doveadm_client_is_allowed_command(const struct doveadm_settings *set,
	const char *cmd_name);

int client_connection_init(struct client_connection *conn, int fd);

void client_connection_set_proctitle(struct client_connection *conn,
				     const char *text);

void doveadm_http_server_init(void);
void doveadm_http_server_deinit(void);

#endif