aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc_zookeeper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/grpc_zookeeper.h')
-rw-r--r--include/grpc/grpc_zookeeper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/grpc_zookeeper.h b/include/grpc/grpc_zookeeper.h
index 2b195c18bf..f6a5246d3a 100644
--- a/include/grpc/grpc_zookeeper.h
+++ b/include/grpc/grpc_zookeeper.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@ extern "C" {
#endif
/** Register zookeeper name resolver in grpc */
-void grpc_zookeeper_register();
+GRPC_API void grpc_zookeeper_register();
#ifdef __cplusplus
}