mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-31 20:37:07 +00:00
Fixed compile warnings
This commit is contained in:
@@ -303,7 +303,7 @@ searpc_server_call_function (const char *svc_name,
|
||||
}
|
||||
|
||||
char*
|
||||
searpc_compute_signature(gchar *ret_type, int pnum, ...)
|
||||
searpc_compute_signature(const gchar *ret_type, int pnum, ...)
|
||||
{
|
||||
va_list ap;
|
||||
int i = 0;
|
||||
|
@@ -96,6 +96,6 @@ gchar *searpc_server_call_function (const char *service,
|
||||
*
|
||||
* Compute function signature.
|
||||
*/
|
||||
char* searpc_compute_signature (gchar *ret_type, int pnum, ...);
|
||||
char* searpc_compute_signature (const gchar *ret_type, int pnum, ...);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user