On Fri, May 24, 2013 at 01:28:46PM +0200, Arturo Borrero wrote: > All XML chunks now have a "version" attribute to help in future changes. > > Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> > --- > include/libnftables/chain.h | 2 ++ > include/libnftables/rule.h | 2 ++ > include/libnftables/table.h | 2 ++ > src/chain.c | 18 +++++++++++++++--- > src/rule.c | 17 +++++++++++++++-- > src/table.c | 18 ++++++++++++++++-- > 6 files changed, 52 insertions(+), 7 deletions(-) > > diff --git a/include/libnftables/chain.h b/include/libnftables/chain.h > index b12474f..a789e8b 100644 > --- a/include/libnftables/chain.h > +++ b/include/libnftables/chain.h > @@ -45,6 +45,8 @@ enum { > NFT_CHAIN_O_XML, > }; > > +#define NFT_CHAIN_XML_VERSION 0 This definition is only used internally, so it should not be exported. Move it to internal.h. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html