summaryrefslogtreecommitdiffstats
path: root/examples/netfilter/nfct-event.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/netfilter/nfct-event.c')
-rw-r--r--examples/netfilter/nfct-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/netfilter/nfct-event.c b/examples/netfilter/nfct-event.c
index c713946..3a87071 100644
--- a/examples/netfilter/nfct-event.c
+++ b/examples/netfilter/nfct-event.c
@@ -205,7 +205,7 @@ static int data_cb(const struct nlmsghdr *nlh, void *data)
return MNL_CB_OK;
}
-int main()
+int main(void)
{
struct mnl_socket *nl;
char buf[MNL_SOCKET_BUFFER_SIZE];