can anybody tell me the reason ??
"coolnishant83" <[email protected]>
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
Whats the reason ???
I am calling another client with asynch call as follows:->
HA_result=xmlrpc_client_call_asynch(HA_URL,"server.
logoutbb",callback,NULL,"(i6s)",(xmlrpc_int32) iSaveSettings,(char *)
username,(size_t *) ulen,(char *) HA_activesessionid);
where callback is defined as:->
static void callback (char *server_url,char *method_name,xmlrpc_value
*param_array,void *user_data,xmlrpc_env *env,xmlrpc_value *result)
{
printf("\nHI IAM CALLBACK FUCNTION OF ASYNCH LOGOUT CALL\n");
}
but compilation gives following error :->
bb_xmlserver1.c:10625: warning: passing arg 4 of
`xmlrpc_client_call_asynch' makes pointer from integer without a cast
bb_xmlserver1.c:10625: void value not ignored as it ought to be
can anybody tell me what could possibly be done??
Nish
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xml-rpc/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/