This commit is contained in:
vemax78
2013-07-23 22:10:35 +02:00
parent 4953ff684d
commit 75c24a7a9c
2 changed files with 17 additions and 20 deletions

View File

@ -57,7 +57,7 @@ void ac_soapclient_init(void);
void ac_soapclient_free(void);
/* */
struct ac_http_soap_server* ac_soapclient_create_server(char* url);
struct ac_http_soap_server* ac_soapclient_create_server(const char* url);
void ac_soapclient_free_server(struct ac_http_soap_server* server);
/* Request */