X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev.h;h=133d8ee65439fa60b6b134722c3ea5d4afe259f3;hb=db164669c1b482843e082e752d8fbd69f650f94a;hp=cd5c8c3001cd68ffabec07c3c69855f4de98168d;hpb=c1c9c9c4b636ab2acf2f75024c282a9a497ca9a9;p=openvswitch diff --git a/lib/netdev.h b/lib/netdev.h index cd5c8c30..133d8ee6 100644 --- a/lib/netdev.h +++ b/lib/netdev.h @@ -93,8 +93,6 @@ struct netdev_class; void netdev_run(void); void netdev_wait(void); -int netdev_register_provider(const struct netdev_class *); -int netdev_unregister_provider(const char *type); void netdev_enumerate_types(struct svec *types); /* Open and close. */