[Bug 715] New: nfq_nfnlh() and nfq_fd() should have const arguments
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Fri Apr 22 08:13:59 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=715
Summary: nfq_nfnlh() and nfq_fd() should have const arguments
Product: libnetfilter_queue
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: libnetfilter_queue
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: socketpair at gmail.com
Estimated Hours: 0.0
i.e.
instead of
struct nfnl_handle *nfq_nfnlh(struct nfq_handle *h)
int nfq_fd(struct nfq_handle *h)
it should be
struct nfnl_handle *nfq_nfnlh(const struct nfq_handle *h)
int nfq_fd(const struct nfq_handle *h)
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list