add bool_plugin & fqdn_plugin unit-test
This commit is contained in:
@@ -17,6 +17,7 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#include "cJSON/cJSON.h"
|
||||
#include "maat_table.h"
|
||||
|
||||
enum scan_type {
|
||||
SCAN_TYPE_INVALID = -1,
|
||||
@@ -32,9 +33,6 @@ enum scan_type {
|
||||
SCAN_TYPE_MAX
|
||||
};
|
||||
|
||||
struct table_manager;
|
||||
struct log_handle;
|
||||
|
||||
void *virtual_schema_new(cJSON *json, struct table_manager *tbl_mgr,
|
||||
const char *table_name, struct log_handle *logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user