view src/director/director-settings.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 817ef4c9f1f3
children b9df3d654710
line wrap: on
line source

#ifndef DIRECTOR_SETTINGS_H
#define DIRECTOR_SETTINGS_H

struct director_settings {
	const char *master_user_separator;

	const char *director_servers;
	const char *director_mail_servers;
	const char *director_username_hash;
	unsigned int director_user_expire;
	unsigned int director_doveadm_port;
};

extern const struct setting_parser_info director_setting_parser_info;

#endif