1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 21:07:24 +00:00

Fix bugs in async rpc

This commit is contained in:
plt
2011-09-14 21:55:05 +08:00
parent e4d932f0c0
commit 60ec606453
4 changed files with 15 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ searpc_client_generic_callback (char *retstr, size_t len,
int
searpc_client_async_call (SearpcClient *client,
const gchar *fcall_str,
gchar *fcall_str,
size_t fcall_len,
AsyncCallback callback,
const gchar *ret_type,