Update the Joyent http_parser.c to version 2.0, cleanup code accordingly
[deb_shairplay.git] / src / lib / httpd.h
index ef9fecc232f459269f31e321042eef23144e9215..fc184e1508079101c48f3367bdae33a2a5da29c9 100644 (file)
@@ -30,7 +30,9 @@ struct httpd_callbacks_s {
 typedef struct httpd_callbacks_s httpd_callbacks_t;
 
 
-httpd_t *httpd_init(logger_t *logger, httpd_callbacks_t *callbacks, int max_connections, int use_rtsp);
+httpd_t *httpd_init(logger_t *logger, httpd_callbacks_t *callbacks, int max_connections);
+
+int httpd_is_running(httpd_t *httpd);
 
 int httpd_start(httpd_t *httpd, unsigned short *port);
 void httpd_stop(httpd_t *httpd);