X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev-linux.h;h=0c61bc90762eb2899734e1b6518889e3ecf4954f;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=7874dd6c304dbe35cc8b6df2b61dbdf160d93a06;hpb=93ecae1914e3f8879e6aa7224439edd07daeffd0;p=sliver-openvswitch.git diff --git a/lib/netdev-linux.h b/lib/netdev-linux.h index 7874dd6c3..0c61bc907 100644 --- a/lib/netdev-linux.h +++ b/lib/netdev-linux.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira, Inc. + * Copyright (c) 2011, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,6 +27,5 @@ struct netdev; int netdev_linux_ethtool_set_flag(struct netdev *netdev, uint32_t flag, const char *flag_name, bool enable); -int netdev_linux_get_af_inet_sock(void); #endif /* netdev-linux.h */