/*
SSSD
Authors:
Ondrej Kos <okos@redhat.com>
Copyright (C) 2013 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __SSS_INI_H__
#define __SSS_INI_H__
/* Structure declarations */
/* INI data structure */
struct sss_ini_initdata;
/* Function declarations */
/* Initialize data structure */
/* Close file descriptor */
/* Open config file */
const char *config_file);
/* Check file permissions */
/* Cstat */
/* Get mtime */
char *timestr);
/* Load configuration */
const char *config_file,
const char *config_dir);
/* Get configuration object */
/* Check configuration object */
/* Get int value */
/* Destroy ini config */
/* Create LDIF */
struct sss_ini_initdata *init_data,
const char **config_ldif);
/* Validate sssd.conf if libini_config support it */
const char *rules_path);
/* Get errors from validators in array of strings */
struct sss_ini_initdata *data,
const char *rules_path,
char ***_strs,
/* Get pointer to list of snippet parsing errors */
struct ref_array *
/* Get pointer to list of successfully merged snippet files */
struct ref_array *
#endif /* __SSS_INI_H__ */