aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/unix_sockets_posix.h
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-07 09:55:49 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-07 09:55:49 -0700
commit361be66c3d1b99e253cf00f8a1d466e87887a0b6 (patch)
tree9ff7d1b53b21d77fe5110d4dee9eecab0514bfdb /src/core/lib/iomgr/unix_sockets_posix.h
parent42a3916c92858069d58fb91de7a799b7d84053fb (diff)
parent03915e5de633e900f283675846f709115735a863 (diff)
Merge pull request #6092 from ctiller/strong-includes
Check dependencies between filegroups
Diffstat (limited to 'src/core/lib/iomgr/unix_sockets_posix.h')
-rw-r--r--src/core/lib/iomgr/unix_sockets_posix.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/lib/iomgr/unix_sockets_posix.h b/src/core/lib/iomgr/unix_sockets_posix.h
index 22d6af5044..6758c498e5 100644
--- a/src/core/lib/iomgr/unix_sockets_posix.h
+++ b/src/core/lib/iomgr/unix_sockets_posix.h
@@ -38,8 +38,6 @@
#include <grpc/support/string_util.h>
-#include "src/core/ext/client_config/resolver_factory.h"
-#include "src/core/ext/client_config/uri_parser.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/iomgr/sockaddr.h"
@@ -51,11 +49,6 @@ int grpc_is_unix_socket(const struct sockaddr *addr);
void grpc_unlink_if_unix_domain_socket(const struct sockaddr *addr);
-int grpc_parse_unix(grpc_uri *uri, struct sockaddr_storage *addr, size_t *len);
-
-char *grpc_unix_get_default_authority(grpc_resolver_factory *factory,
- grpc_uri *uri);
-
char *grpc_sockaddr_to_uri_unix_if_possible(const struct sockaddr *addr);
#endif /* GRPC_CORE_LIB_IOMGR_UNIX_SOCKETS_POSIX_H */