}
static home_pool_t *server_pool_alloc(char const *name, home_pool_type_t type,
- int server_type, int num_home_servers)
+ home_type_t server_type, int num_home_servers)
{
home_pool_t *pool;
* of where they appear in the configuration.
*/
static int pool_check_home_server(UNUSED realm_config_t *rc, CONF_PAIR *cp,
- char const *name, int server_type,
+ char const *name, home_type_t server_type,
home_server_t **phome)
{
home_server_t myhome, *home;
}
static int server_pool_add(realm_config_t *rc,
- CONF_SECTION *cs, int server_type, int do_print)
+ CONF_SECTION *cs, home_type_t server_type, bool do_print)
{
char const *name2;
home_pool_t *pool = NULL;
#ifdef WITH_PROXY
static int add_pool_to_realm(realm_config_t *rc, CONF_SECTION *cs,
char const *name, home_pool_t **dest,
- int server_type, int do_print)
+ home_type_t server_type, bool do_print)
{
home_pool_t mypool, *pool;