aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/grpc++.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-04 16:31:30 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-11-04 16:31:30 -0700
commited9132427a57cac194f02dae4938ba45324323c6 (patch)
tree1fb761a0160ce84cb94f3ea7e9ef96cd670e7354 /include/grpc++/grpc++.h
parentd7b1bdf8f44b82d979ebe2421b625d5b9ad072fa (diff)
Get user agent right
Diffstat (limited to 'include/grpc++/grpc++.h')
-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..ce355e492d 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 {
+std::string Version();
+} // namespace grpc
+
#endif // GRPCXX_GRPCXX_H