OpenDNSSEC-signer  1.4.9
Functions
cfg.c File Reference
#include "config.h"
#include "daemon/cfg.h"
#include "parser/confparser.h"
#include "shared/allocator.h"
#include "shared/file.h"
#include "shared/log.h"
#include "shared/status.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for cfg.c:

Go to the source code of this file.

Functions

engineconfig_typeengine_config (allocator_type *allocator, const char *cfgfile, int cmdline_verbosity)
 
ods_status engine_config_check (engineconfig_type *config)
 
void engine_config_print (FILE *out, engineconfig_type *config)
 
void engine_config_cleanup (engineconfig_type *config)
 

Function Documentation

engineconfig_type* engine_config ( allocator_type allocator,
const char *  cfgfile,
int  cmdline_verbosity 
)
ods_status engine_config_check ( engineconfig_type config)
void engine_config_cleanup ( engineconfig_type config)
void engine_config_print ( FILE *  out,
engineconfig_type config 
)