dpif: Don't log warning for ENOENT with dpif_port_exists().
[openvswitch] / lib / match.h
index 2d05819421d1789cb7cffacf7f81696efb58da02..28433b9ecc1b3648771ff60a51473bbda3d52b06 100644 (file)
@@ -36,6 +36,7 @@ struct match {
 
 void match_init(struct match *,
                 const struct flow *, const struct flow_wildcards *);
+void match_wc_init(struct match *match, const struct flow *flow);
 void match_init_catchall(struct match *);
 void match_init_exact(struct match *, const struct flow *);