X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fhttpd.h;h=887778d49f10d5e7a39e533967f86cf65436e8f4;hb=ad58f7a2caeeecf25a9d69aecf96a5fcc77fffcd;hp=ef9fecc232f459269f31e321042eef23144e9215;hpb=23e7e3ae2b2adfa49635495c0950b76e17987c93;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);