rename maat_rule.c to maat_core.c

rename maat_rule.h to maat_core.h
This commit is contained in:
root
2024-08-21 08:39:28 +00:00
parent 0640799f21
commit a4ca92ea41
31 changed files with 32 additions and 32 deletions

View File

@@ -3,7 +3,7 @@
#include "test_utils.h"
#include "log/log.h"
#include "maat.h"
#include "maat_rule.h"
#include "maat_core.h"
#include "maat_utils.h"
#include "ip_matcher.h"
#include "maat_command.h"