aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-23 13:34:42 -0700
committerGravatar GitHub <noreply@github.com>2017-05-23 13:34:42 -0700
commit5cb685f0ab88016f70092cd38f186ac2ee5ebae9 (patch)
treeac10659e06f33aa677f392f2a86c15a32f6c6674 /include
parentcf2b01db15d5a786551778f5edb6a5b29f85f2b3 (diff)
parentb046d0f511d9b47f277543479b4610483f54aeab (diff)
Merge pull request #11262 from KindDragon/patch-1
Export function gpr_log_severity_string for grpc_csharp_ext
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/log.h b/include/grpc/support/log.h
index 917b01183a..62324d8927 100644
--- a/include/grpc/support/log.h
+++ b/include/grpc/support/log.h
@@ -65,7 +65,7 @@ typedef enum gpr_log_severity {
#define GPR_LOG_VERBOSITY_UNSET -1
/** Returns a string representation of the log severity */
-const char *gpr_log_severity_string(gpr_log_severity severity);
+GPRAPI const char *gpr_log_severity_string(gpr_log_severity severity);
/** Macros to build log contexts at various severity levels */
#define GPR_DEBUG __FILE__, __LINE__, GPR_LOG_SEVERITY_DEBUG