core: do parsing in the main, put all in struct general fix: code support port > 1024
8 lines
153 B
C
8 lines
153 B
C
#pragma once
|
|
|
|
#include "parsing.h"
|
|
#include "response.h"
|
|
|
|
void print_host_results(const struct scan *general, double scan_time);
|
|
void print_usage(void);
|