24#ifndef SURICATA_CONF_YAML_LOADER_H
25#define SURICATA_CONF_YAML_LOADER_H
int SCConfYamlHandleInclude(SCConfNode *parent, const char *filename)
Include a file in the configuration.
int SCConfYamlLoadFile(const char *)
Load configuration from a YAML file.
void SCConfYamlRegisterTests(void)
int SCConfYamlLoadString(const char *, size_t)
Load configuration from a YAML string.
int SCConfYamlLoadFileWithPrefix(const char *filename, const char *prefix)
Load configuration from a YAML file, insert in tree at 'prefix'.