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.h

21 lines
396 B
C

/* Copyright (c) 2009 Open Information Security Foundation */
/**
* \author Endace Technology Limited
*/
#ifndef __CONF_H__
#define __CONF_H__
/**
* The default log directory.
*/
#define DEFAULT_LOG_DIR "/var/log/eidps"
void ConfInit(void);
int ConfGet(char *name, char **vptr);
int ConfSet(char *name, char *val, int allow_override);
void ConfRegisterTests();
#endif /* ! __CONF_H__ */