mirror of https://github.com/OISF/suricata
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.
9 lines
197 B
C
9 lines
197 B
C
16 years ago
|
/* Copyright (c) 2009 Open Information Security Foundation */
|
||
|
|
||
|
#ifndef __CONF_YAML_LOADER_H__
|
||
|
#define __CONF_YAML_LOADER_H__
|
||
|
|
||
|
void LoadYamlConf(const char *);
|
||
|
|
||
|
#endif /* !__CONF_YAML_LOADER_H__ */
|