]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-master: Allow including master-service-ssl.h without master-service.h
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Sun, 5 Oct 2025 15:56:10 +0000 (18:56 +0300)
committermarkus.valentin <markus.valentin@open-xchange.com>
Mon, 13 Oct 2025 09:54:28 +0000 (11:54 +0200)
src/lib-master/master-service-ssl.h

index 6dd621bb8d7c0818c7ce3a44ab12be2b25973893..d0517fdda71633b11b1707ac3446ebc1c221ab87 100644 (file)
@@ -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);