From 0d199bb941aac7052a19dd5d75520d016fff1765 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 29 Jan 2008 13:48:05 +0000 Subject: [PATCH]: fix gcc warnings Max Kellermann --- include/libiptc/libip6tc.h | 2 +- include/libiptc/libiptc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libiptc') diff --git a/include/libiptc/libip6tc.h b/include/libiptc/libip6tc.h index dc416a2..5069689 100644 --- a/include/libiptc/libip6tc.h +++ b/include/libiptc/libip6tc.h @@ -144,7 +144,7 @@ int ip6tc_set_counter(const ip6t_chainlabel chain, int ip6tc_commit(ip6tc_handle_t *handle); /* Get raw socket. */ -int ip6tc_get_raw_socket(); +int ip6tc_get_raw_socket(void); /* Translates errno numbers into more human-readable form than strerror. */ const char *ip6tc_strerror(int err); diff --git a/include/libiptc/libiptc.h b/include/libiptc/libiptc.h index f9f92d5..30f5b7d 100644 --- a/include/libiptc/libiptc.h +++ b/include/libiptc/libiptc.h @@ -154,7 +154,7 @@ int iptc_set_counter(const ipt_chainlabel chain, int iptc_commit(iptc_handle_t *handle); /* Get raw socket. */ -int iptc_get_raw_socket(); +int iptc_get_raw_socket(void); /* Translates errno numbers into more human-readable form than strerror. */ const char *iptc_strerror(int err); -- cgit v1.2.3