code cleanup

This commit is contained in:
SJ
2015-11-21 23:06:47 +01:00
parent 02e5ddcad8
commit aefd7ccba4
15 changed files with 88 additions and 84 deletions

View File

@@ -22,7 +22,7 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
int rc=ERR, fd;
char *rule;
struct stat st;
struct _state state;
struct parser_state state;
struct __counters counters;