[NETFILTER]: sip conntrack: minor cleanup
authorPatrick McHardy <kaber@trash.net>
Wed, 29 Nov 2006 01:35:26 +0000 (02:35 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:23 +0000 (21:31 -0800)
- Use enum for header field enumeration
- Use numerical value instead of pointer to header info structure to
  identify headers, unexport ct_sip_hdrs
- group SIP and SDP entries in header info structure
- remove double forward declaration of ct_sip_get_info

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found