From: Timo Sirainen Date: Sun, 5 Oct 2025 15:56:10 +0000 (+0300) Subject: lib-master: Allow including master-service-ssl.h without master-service.h X-Git-Tag: 2.4.2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae04b508ce3ddc05a4c1ad42f6f9f33062c8a9e2;p=thirdparty%2Fdovecot%2Fcore.git lib-master: Allow including master-service-ssl.h without master-service.h --- diff --git a/src/lib-master/master-service-ssl.h b/src/lib-master/master-service-ssl.h index 6dd621bb8d..d0517fdda7 100644 --- a/src/lib-master/master-service-ssl.h +++ b/src/lib-master/master-service-ssl.h @@ -1,6 +1,8 @@ #ifndef MASTER_SERVICE_SSL_H #define MASTER_SERVICE_SSL_H +struct master_service; + bool master_service_ssl_is_enabled(struct master_service *service); void master_service_ssl_ctx_init(struct master_service *service);