Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config_check.h « config « magma « check - github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36fadad148eaa03900b0e6867689dea02297e25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @file /check/magma/config/config_check.h
 *
 * @brief Check the magma config logic and related functions.
 */

#ifndef CONFIG_CHECK_H
#define CONFIG_CHECK_H

Suite * suite_check_config(void);

#endif