ofproto: Make some functions for rules private to ofproto.c.
[sliver-openvswitch.git] / ofproto / ofproto-provider.h
index f62b57a..6583294 100644 (file)
@@ -343,14 +343,9 @@ void ofproto_rule_reduce_timeouts(struct rule *rule, uint16_t idle_timeout,
                                   uint16_t hard_timeout)
     OVS_EXCLUDED(ofproto_mutex, rule->mutex);
 
-bool ofproto_rule_has_out_port(const struct rule *, ofp_port_t out_port);
-
 void ofoperation_complete(struct ofoperation *, enum ofperr);
 
 bool ofoperation_has_out_port(const struct ofoperation *, ofp_port_t out_port);
-bool ofproto_rule_has_out_group(const struct rule *, uint32_t group_id);
-
-bool ofproto_rule_is_hidden(const struct rule *);
 
 /* A group within a "struct ofproto".
  *