userdb-template.c revision 65a1c01472ebf88b9f5bbd6636827902936d5497
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainen/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenuserdb_template_build(pool_t pool, const char *userdb_name, const char *args)
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainen const char *const *tmp, *key, *value, *nonull_value;
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainen tmpl = p_new(pool, struct userdb_template, 1);
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainen p_array_init(&tmpl->args, pool, str_array_length(tmp));
return tmpl;
unsigned int i, count;
const char *const *args;
unsigned int i, count;
return TRUE;
return FALSE;