X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fhttpd.h;h=887778d49f10d5e7a39e533967f86cf65436e8f4;hb=5a746b97186cd50b3c787824ea2290dc88d84ed0;hp=ef9fecc232f459269f31e321042eef23144e9215;hpb=a5670bb87456390a0b5dd8de687793a7f980d492;p=deb_shairplay.git diff --git a/src/lib/httpd.h b/src/lib/httpd.h index ef9fecc..887778d 100644 --- a/src/lib/httpd.h +++ b/src/lib/httpd.h @@ -32,6 +32,8 @@ 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); +int httpd_is_running(httpd_t *httpd); + int httpd_start(httpd_t *httpd, unsigned short *port); void httpd_stop(httpd_t *httpd);