9 lines
238 B
C
9 lines
238 B
C
#pragma once
|
|
|
|
#include "parsing.h"
|
|
#include "response.h"
|
|
|
|
void print_host_results(const char *ip_addr, const struct response *responses,
|
|
const struct option_lst *options, double scan_time);
|
|
void print_usage(void);
|