X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=secchan%2Fin-band.h;h=1e13a6a91cc0553e2ba47a4f49dc31246f315381;hb=e775da1437a9532765046baffdbc22d5252c0cc7;hp=972611d61aeb4c0b568339a203d6ff850142607f;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/secchan/in-band.h b/secchan/in-band.h index 972611d6..1e13a6a9 100644 --- a/secchan/in-band.h +++ b/secchan/in-band.h @@ -27,8 +27,8 @@ struct secchan; struct settings; struct switch_status; -int in_band_create(struct ofproto *, struct dpif *, struct switch_status *, - struct rconn *controller, struct in_band **); +void in_band_create(struct ofproto *, struct switch_status *, + struct rconn *controller, struct in_band **); void in_band_destroy(struct in_band *); void in_band_run(struct in_band *); void in_band_wait(struct in_band *);