diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_ipv4/ip_conntrack_sip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netfilter_ipv4/ip_conntrack_sip.h b/include/linux/netfilter_ipv4/ip_conntrack_sip.h index 2a15eb51fd6b..51c65ac18c57 100644 --- a/include/linux/netfilter_ipv4/ip_conntrack_sip.h +++ b/include/linux/netfilter_ipv4/ip_conntrack_sip.h | |||
@@ -31,6 +31,7 @@ extern int ct_sip_get_info(const char *dptr, size_t dlen, | |||
31 | enum sip_header_pos pos); | 31 | enum sip_header_pos pos); |
32 | extern int ct_sip_lnlen(const char *line, const char *limit); | 32 | extern int ct_sip_lnlen(const char *line, const char *limit); |
33 | extern const char *ct_sip_search(const char *needle, const char *haystack, | 33 | extern const char *ct_sip_search(const char *needle, const char *haystack, |
34 | size_t needle_len, size_t haystack_len); | 34 | size_t needle_len, size_t haystack_len, |
35 | int case_sensitive); | ||
35 | #endif /* __KERNEL__ */ | 36 | #endif /* __KERNEL__ */ |
36 | #endif /* __IP_CONNTRACK_SIP_H__ */ | 37 | #endif /* __IP_CONNTRACK_SIP_H__ */ |