blob: 353777290f6bbac4d20006da5b64b9db3f7ea046 [file] [log] [blame]
#ifndef _UPNPSOAP_H_
#define _UPNPSOAP_H_
/* ExecuteSoapAction() :
* This method execute the requested Soap Action */
void ExecuteSoapAction(struct upnphttp *, const char *, int);
/* Sends a correct SOAP error with an UPNPError code and
* description */
void
SoapError(struct upnphttp * h, int errCode, const char * errDesc);
extern void BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen);
#endif