aboutsummaryrefslogtreecommitdiff
path: root/lib/socket-util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-11-19 15:56:47 -0800
committerBen Pfaff <blp@nicira.com>2012-11-20 15:01:12 -0800
commit24f974c481bc5230552b23d96312f645f7533cd3 (patch)
tree4e8125ccdf6257cb41b6a81d6f097095a5a54433 /lib/socket-util.h
parentd6cedfd9d29df4f9e9b7575c03ffcd2d84588c62 (diff)
socket-util: Remove get_socket_error().
It has no remaining users. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/socket-util.h')
-rw-r--r--lib/socket-util.h1
1 files changed, 0 insertions, 1 deletions
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);