You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/conf-yaml-loader.h

11 lines
281 B
C

/* Copyright (c) 2009 Open Information Security Foundation */
#ifndef __CONF_YAML_LOADER_H__
#define __CONF_YAML_LOADER_H__
int ConfYamlLoadFile(const char *);
void ConfYamlLoadString(const char *, size_t);
void ConfYamlRegisterTests(void);
#endif /* !__CONF_YAML_LOADER_H__ */