summaryrefslogtreecommitdiff
path: root/upnpcomponents/upnpwebserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'upnpcomponents/upnpwebserver.h')
-rw-r--r--upnpcomponents/upnpwebserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upnpcomponents/upnpwebserver.h b/upnpcomponents/upnpwebserver.h
index 55ef260..613f97b 100644
--- a/upnpcomponents/upnpwebserver.h
+++ b/upnpcomponents/upnpwebserver.h
@@ -20,9 +20,9 @@ private:
cUPnPWebServer(const char* root = "/");
protected:
bool enable(bool enable);
- static void free();
public:
bool init();
+ bool uninit();
static cUPnPWebServer* getInstance(const char* rootdir = "/");
virtual ~cUPnPWebServer();
//};