aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/uri_parser.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-21 08:56:25 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-21 08:56:25 -0700
commit59743d6971a98562a1c59780a9f1e4bcc24dd899 (patch)
tree2b2cf87c2affc28390a5ebf7cde01f920cb46192 /src/core/client_config/uri_parser.h
parent0239ba8ebf20b3f1cf454ccbf8d9a3800ac9b8c9 (diff)
parent6e96e5ccab41a1378a6c9bf4043206ddb0840f48 (diff)
Merge github.com:grpc/grpc into cleaner-posix2
Diffstat (limited to 'src/core/client_config/uri_parser.h')
-rw-r--r--src/core/client_config/uri_parser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/client_config/uri_parser.h b/src/core/client_config/uri_parser.h
index b8daa13bd4..af013d8cac 100644
--- a/src/core/client_config/uri_parser.h
+++ b/src/core/client_config/uri_parser.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_INTERNAL_CORE_CLIENT_CONFIG_URI_PARSER_H
-#define GRPC_INTERNAL_CORE_CLIENT_CONFIG_URI_PARSER_H
+#ifndef GRPC_CORE_CLIENT_CONFIG_URI_PARSER_H
+#define GRPC_CORE_CLIENT_CONFIG_URI_PARSER_H
typedef struct {
char *scheme;
@@ -48,4 +48,4 @@ grpc_uri *grpc_uri_parse(const char *uri_text, int suppress_errors);
/** destroy a uri */
void grpc_uri_destroy(grpc_uri *uri);
-#endif
+#endif /* GRPC_CORE_CLIENT_CONFIG_URI_PARSER_H */