On Thu, Apr 14, 2016 at 01:13:22AM +0200, Pablo Neira Ayuso wrote: > > +/* nftnl_udata_buf */ > > +struct nftnl_udata_buf *nftnl_udata_buf_alloc(uint32_t data_size); > > +void nftnl_udata_buf_free(struct nftnl_udata_buf *buf); > > +uint32_t nftnl_udata_buf_len(const struct nftnl_udata_buf *buf); > > +uint32_t nftnl_udata_buf_size(const struct nftnl_udata_buf *buf); > > Do we need nftnl_udata_buf_size? If not, please remove this. > > We should only expose the interfaces that are strictly necessary. Just manually removed this function myself here and applied this patch. -- 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