aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 07:45:56 -0800
committerGravatar GitHub <noreply@github.com>2016-11-08 07:45:56 -0800
commit94277b611818e45c93be6e5811a1e5fff5339c86 (patch)
tree488b4bd329bef00d8e4aac7a48a2db1ce842e452 /include
parent150fbe1e5f1b2a88c35b39480770eb1503692bed (diff)
parent1cb088441a366f7ed06a8ea06dcb49bde9e1f8b7 (diff)
Merge pull request #8080 from ctiller/decouple_version_number
Allow decoupling core version number from wrapper version numbers
Diffstat (limited to 'include')
-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