aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 07:46:14 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-08 07:46:14 -0800
commit31606bdb34474d8728350ad45baf0e91b590b041 (patch)
tree8baab5e8dccd209a856a91a30e20394274d23636 /include/grpc++
parent944d39d4f5ed34a87e5aac5ad236c120cfa89e84 (diff)
parent94277b611818e45c93be6e5811a1e5fff5339c86 (diff)
Merge github.com:grpc/grpc into grpc_slice
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/grpc++.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grpc++/grpc++.h b/include/grpc++/grpc++.h
index afb1c555bb..36d65d6ee1 100644
--- a/include/grpc++/grpc++.h
+++ b/include/grpc++/grpc++.h
@@ -67,4 +67,8 @@
#include <grpc++/server_posix.h>
// IWYU pragma: end_exports
+namespace grpc {
+grpc::string Version();
+} // namespace grpc
+
#endif // GRPCXX_GRPCXX_H