42_ft_nmap/include/thread.h
Starnakin 9ae1e29f71 core: use only one struct data instead of thead_data and scan_data
core: do parsing in the main, put all in struct general
fix: code support port > 1024
2025-06-03 16:49:41 +02:00

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);