X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev.h;h=f9add0bee99fec8a4789d51f79bc7976640444af;hb=3a1831242856a975d57c875b8f8987b819e8dd39;hp=2644708b3520fbe92d06fd94fa4a658ef1ec04c1;hpb=9b02078077b62e4277e84c7f39382ce09986cf6b;p=openvswitch diff --git a/lib/netdev.h b/lib/netdev.h index 2644708b..f9add0be 100644 --- a/lib/netdev.h +++ b/lib/netdev.h @@ -90,7 +90,7 @@ void netdev_close(struct netdev *); bool netdev_exists(const char *name); bool netdev_is_open(const char *name); -int netdev_enumerate(struct sset *); +void netdev_parse_name(const char *netdev_name, char **name, char **type); /* Options. */ int netdev_set_config(struct netdev *, const struct shash *args);