Skip to content
Snippets Groups Projects
Commit 399d34be authored by Bogdan Drutu's avatar Bogdan Drutu
Browse files

Fix pygrpc_load_core in pxi to match with the C definition

parent 30ba2048
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ cdef extern from "grpc/_cython/loader.h":
ctypedef unsigned uint32_t
ctypedef long int64_t
int pygrpc_load_core(const char*)
int pygrpc_load_core(char*)
void *gpr_malloc(size_t size)
void gpr_free(void *ptr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment