#ifndef HLFL_GETPTS_H__ #define HLFL_GETPTS_H__ char **get_ports_ranges(char *); char **get_icmp_codes(char *); void free_port_ranges(char **); #endif /* HLFL_GETPTS_H__ */