aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:48:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:48:23 -0800
commit5910eee2621cda6428d061e5f454573fed7d1024 (patch)
treecf5f67471a5065ca11e1b5338387b5fec93acb5b /include/grpc++
parent11292e1a5a11775f5794189b2879dea2cae239cc (diff)
parent43ec556ea7f0e4321bbeb6602374d8a0bf1b0327 (diff)
Merge github.com:grpc/grpc into bm_fullstack
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