python: Resolve pep8 blank line errors.
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.h
index 2b197ad..efa3cd1 100644 (file)
@@ -28,9 +28,7 @@ struct simap;
  * them.  Additionally, it's responsible for maintaining the datapath flow
  * table. */
 
-void exec_upcalls(struct dpif *, struct dpif_upcall *, struct ofpbuf *,
-                  int cnt);
-
+void udpif_init(void);
 struct udpif *udpif_create(struct dpif_backer *, struct dpif *);
 void udpif_run(struct udpif *udpif);
 void udpif_set_threads(struct udpif *, size_t n_handlers,