src/server/daemon/httplistener.h

changeset 577
4f5ccaea4a92
parent 541
1e1fca11aaff
equal deleted inserted replaced
576:5c31cc844c68 577:4f5ccaea4a92
140 * global listener init function 140 * global listener init function
141 * must be called before any other listener initialization 141 * must be called before any other listener initialization
142 */ 142 */
143 int http_listener_global_init(void); 143 int http_listener_global_init(void);
144 144
145 void http_listener_global_shutdown(void);
146
145 int start_all_listener(); 147 int start_all_listener();
146 148
147 HttpListener* http_listener_create(ListenerConfig *conf); 149 HttpListener* http_listener_create(ListenerConfig *conf);
148 150
149 void http_listener_destroy(HttpListener *listener); 151 void http_listener_destroy(HttpListener *listener);

mercurial