From: Thomas Graf Date: Mon, 9 Dec 2013 14:43:33 +0000 (+0100) Subject: basic: Declare rtnl_act in basic.h to silence warning X-Git-Tag: libnl3_2_24rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a858d996e952af5bf449b87775f74355d492a0ec;p=thirdparty%2Flibnl.git basic: Declare rtnl_act in basic.h to silence warning Signed-off-by: Thomas Graf --- diff --git a/include/netlink/route/cls/basic.h b/include/netlink/route/cls/basic.h index 7cd4755..a48ee2e 100644 --- a/include/netlink/route/cls/basic.h +++ b/include/netlink/route/cls/basic.h @@ -6,7 +6,7 @@ * License as published by the Free Software Foundation version 2.1 * of the License. * - * Copyright (c) 2008-2010 Thomas Graf + * Copyright (c) 2008-2013 Thomas Graf */ #ifndef NETLINK_BASIC_H_ @@ -20,6 +20,8 @@ extern "C" { #endif +struct rtnl_act; + extern void rtnl_basic_set_target(struct rtnl_cls *, uint32_t); extern uint32_t rtnl_basic_get_target(struct rtnl_cls *); extern void rtnl_basic_set_ematch(struct rtnl_cls *,