ofproto: Group struct cfm forward declaration with the rest of them.
[sliver-openvswitch.git] / ofproto / ofproto.h
index d999b8d..de5b92d 100644 (file)
@@ -31,6 +31,7 @@
 extern "C" {
 #endif
 
+struct cfm;
 struct cls_rule;
 struct nlattr;
 struct ofhooks;
@@ -124,8 +125,6 @@ int ofproto_set_netflow(struct ofproto *,
 void ofproto_set_sflow(struct ofproto *, const struct ofproto_sflow_options *);
 
 /* Configuration of individual interfaces. */
-struct cfm;
-
 void ofproto_iface_clear_cfm(struct ofproto *, uint32_t port_no);
 void ofproto_iface_set_cfm(struct ofproto *, uint32_t port_no,
                            const struct cfm *,
@@ -141,8 +140,6 @@ void ofproto_get_snoops(const struct ofproto *, struct sset *);
 void ofproto_get_all_flows(struct ofproto *p, struct ds *);
 
 /* Functions for use by ofproto implementation modules, not by clients. */
-int ofproto_send_packet(struct ofproto *, uint32_t port_no, uint16_t vlan_tci,
-                        const struct ofpbuf *);
 void ofproto_add_flow(struct ofproto *, const struct cls_rule *,
                       const union ofp_action *, size_t n_actions);
 void ofproto_delete_flow(struct ofproto *, const struct cls_rule *);