update domo
This commit is contained in:
@@ -28,8 +28,13 @@
|
||||
|
||||
/*------------------------------- INCLUDES ----------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
/*---------------------------------- Deps -----------------------------------*/
|
||||
|
||||
class CivetServer;
|
||||
struct event_base;
|
||||
|
||||
/*--------------------------------- CLASS ----------------------------------*/
|
||||
|
||||
class WebServer
|
||||
@@ -38,7 +43,10 @@ public:
|
||||
WebServer(void);
|
||||
~WebServer(void);
|
||||
|
||||
int setup(const char *a_document_root, const char *a_port, struct event_base *an_evt_loop);
|
||||
|
||||
private:
|
||||
CivetServer *m_server;
|
||||
};
|
||||
|
||||
#endif /* __WEB_SERVER_H */
|
||||
|
||||
Reference in New Issue
Block a user