cfm: Delete spurious blank line.
[openvswitch] / lib / autopath.h
index ba55f90d3ef02860b521c7e3041cd311670f0364..98b02b41c9550b460438368853d24d11be7323a7 100644 (file)
@@ -29,6 +29,6 @@ struct nx_action_autopath;
 void autopath_execute(const struct nx_action_autopath *, struct flow *,
                       uint16_t ofp_port);
 void autopath_parse(struct nx_action_autopath *, const char *);
-int autopath_check(const struct nx_action_autopath *);
+int autopath_check(const struct nx_action_autopath *, const struct flow *);
 
 #endif /* autopath.h */