summaryrefslogtreecommitdiff
path: root/src/common/conf.h
blob: 0b70a0c79e85c7583ac058987c820cc4728959bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef _CONF_H_
#define _CONF_H_

#include "../common/cbasetypes.h"
#include <libconfig.h>

int conf_read_file(config_t *config, const char *config_filename);
int config_setting_copy(config_setting_t *parent, const config_setting_t *src);

#endif // _CONF_H_