M7350/wlan/8192es/DriverSrcPkg/Users/mini_upnp/upnpsoap.h
2024-09-09 08:59:52 +00:00

16 lines
447 B
C
Executable File

#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