diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-24 00:12:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-24 02:07:38 -0500 |
commit | 200ce96e5601391a6d97c87067edf21fa94fb74e (patch) | |
tree | cda33247af56a5e4132668473629870a8236d707 /include/net/xfrm.h | |
parent | 19bd62441c36279ab33e311faebd357ef04ba344 (diff) |
xfrm: Const'ify selector argument to xfrm_selector_match()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 46f44703b611..567f08b559a1 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -845,7 +845,7 @@ __be16 xfrm_flowi_dport(const struct flowi *fl) | |||
845 | return port; | 845 | return port; |
846 | } | 846 | } |
847 | 847 | ||
848 | extern int xfrm_selector_match(struct xfrm_selector *sel, | 848 | extern int xfrm_selector_match(const struct xfrm_selector *sel, |
849 | const struct flowi *fl, | 849 | const struct flowi *fl, |
850 | unsigned short family); | 850 | unsigned short family); |
851 | 851 | ||