lib: Remove warnings in daemon.c
[openvswitch] / ofproto / ofproto.h
index 0c403e903329fc0457a98166cc7bc6779d693463..362ea264bad6f6b61fc383390d5cf972f03cab11 100644 (file)
@@ -95,6 +95,7 @@ void ofproto_wait(struct ofproto *);
 bool ofproto_is_alive(const struct ofproto *);
 
 int ofproto_port_del(struct ofproto *, uint16_t odp_port);
+bool ofproto_port_is_floodable(struct ofproto *, uint16_t odp_port);
 
 /* Configuration. */
 void ofproto_set_datapath_id(struct ofproto *, uint64_t datapath_id);