Skip to content
Snippets Groups Projects
Commit 7da3297b authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #5275 from bogdandrutu/bug

Fix pygrpc_load_core in pxi to match with the C definition
parents 30ba2048 399d34be
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ cdef extern from "grpc/_cython/loader.h": ...@@ -36,7 +36,7 @@ cdef extern from "grpc/_cython/loader.h":
ctypedef unsigned uint32_t ctypedef unsigned uint32_t
ctypedef long int64_t ctypedef long int64_t
int pygrpc_load_core(const char*) int pygrpc_load_core(char*)
void *gpr_malloc(size_t size) void *gpr_malloc(size_t size)
void gpr_free(void *ptr) 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