summaryrefslogtreecommitdiff
path: root/lib/nx-match.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nx-match.h')
-rw-r--r--lib/nx-match.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nx-match.h b/lib/nx-match.h
index 631ab4896..b599731f1 100644
--- a/lib/nx-match.h
+++ b/lib/nx-match.h
@@ -61,8 +61,8 @@ enum ofperr oxm_pull_match(struct ofpbuf *, const struct tun_table *,
struct match *);
enum ofperr oxm_pull_match_loose(struct ofpbuf *, const struct tun_table *,
struct match *);
-enum ofperr oxm_decode_match(const void *, size_t, const struct tun_table *,
- struct match *);
+enum ofperr oxm_decode_match_loose(const void *, size_t,
+ const struct tun_table *, struct match *);
enum ofperr oxm_pull_field_array(const void *, size_t fields_len,
struct field_array *);