@ -6,6 +6,8 @@
*/
#include <stdbool.h>
#define ID_MAX 32
#define PATTERN_MAX 256
#define HOST_TOKEN "<HOST>"
typedef struct _config cfg_t;
@ -24,7 +24,7 @@ typedef struct f2b_regex_t {
} f2b_regex_t;
struct _config {
char id[32];
char id[ID_MAX];
char error[256];
bool icase;
bool study;
f2b_regex_t *regexps;