diff options
author | Craig Tiller <ctiller@google.com> | 2016-08-29 11:25:56 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-08-29 11:25:56 -0700 |
commit | 8dfdb7e29912d239542c40e581660331059179a3 (patch) | |
tree | 0aaaad32b2241be1240f095c6033f590a258a381 /include | |
parent | 6e34f81f3890d53ebf9f9ccad1ae4bec4402bf41 (diff) |
Specify the "g" in gRPC
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/grpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h index 4ca018edb3..587d86c98f 100644 --- a/include/grpc/grpc.h +++ b/include/grpc/grpc.h @@ -90,6 +90,9 @@ GRPCAPI void grpc_shutdown(void); /** Return a string representing the current version of grpc */ GRPCAPI const char *grpc_version_string(void); +/** Return a string specifying what the 'g' in gRPC stands for */ +GRPCAPI const char *grpc_g_stands_for(void); + /** Create a completion queue */ GRPCAPI grpc_completion_queue *grpc_completion_queue_create(void *reserved); |