core: do parsing in the main, put all in struct general fix: code support port > 1024
11 lines
157 B
C
11 lines
157 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "host.h"
|
|
#include "parsing.h"
|
|
#include "response.h"
|
|
#include "scan.h"
|
|
|
|
int create_threads(struct scan *general);
|