10 lines
262 B
C
10 lines
262 B
C
#pragma once
|
|
|
|
#include "parsing.h"
|
|
#include "response.h"
|
|
|
|
void print_usage(void);
|
|
void print_config(const struct scan *general, const char *hosts_path,
|
|
uint8_t nb_threads);
|
|
void print_host_results(const struct scan *general, double scan_time);
|