test: Introduce isds_change_password
[libisds.git] / test / simline / service.h
blobf312eb2d777f9f57102670af5e58e55f226ea389
1 #ifndef __ISDS_SERVICE_H
2 #define __ISDS_SERVICE_H
4 #include "http.h"
6 /* Parse soap request, pass it to service endpoint and respond to it.
7 * It sends final HTTP response. */
8 void soap(int socket, const struct service_configuration *configuration,
9 const void *request, size_t request_length, const char *end_point);
11 #endif