move functions
This commit is contained in:
@ -61,5 +61,9 @@ typedef struct s_icmp_echo
|
||||
} t_icmp_echo;
|
||||
|
||||
t_icmp_echo prepare_icmp_echo(uint16_t sequence, uint16_t identifier);
|
||||
int add_host(t_settings *res, char *host);
|
||||
void free_hosts(t_host_list *list);
|
||||
t_settings parse_args(int argc, char **argv);
|
||||
void show_help(t_settings *set, char *name);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user