X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsocket-util.h;h=5bf8529776a7dab6e7b2352d267ce5fa83bf3768;hb=780325b5b8d4c0552b4b7719e0a38200d99f6b08;hp=a00b32e57b0a6c43274f49eab53ed1fe6f810a7b;hpb=c0d95206c068d95460a068defd76274e73225a4a;p=sliver-openvswitch.git diff --git a/lib/socket-util.h b/lib/socket-util.h index a00b32e57..5bf852977 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -36,7 +36,6 @@ int lookup_ipv6(const char *host_name, struct in6_addr *address); int lookup_hostname(const char *host_name, struct in_addr *); -int get_socket_error(int sock); int get_socket_rcvbuf(int sock); int check_connection_completion(int fd); int drain_rcvbuf(int fd);