X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsocket-util.h;h=5bf8529776a7dab6e7b2352d267ce5fa83bf3768;hb=24f974c481bc5230552b23d96312f645f7533cd3;hp=a00b32e57b0a6c43274f49eab53ed1fe6f810a7b;hpb=d6cedfd9d29df4f9e9b7575c03ffcd2d84588c62;p=openvswitch diff --git a/lib/socket-util.h b/lib/socket-util.h index a00b32e5..5bf85297 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);