diff options
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r-- | include/ip6tables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h index b9e364e..90e3283 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -36,11 +36,8 @@ extern int line; extern void register_match6(struct ip6tables_match *me); extern void register_target6(struct ip6tables_target *me); -extern int service_to_port(const char *name, const char *proto); -extern u_int16_t parse_port(const char *port, const char *proto); extern int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle); -extern void parse_interface(const char *arg, char *vianame, unsigned char *mask); extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle); extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); |