From 7c3c422803c24b255ccfacac8f7a267d3758f556 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 22 May 2019 16:49:04 +0100 Subject: [PATCH] Mention mosquitto_broker.h in mosquitto_plugin.h. --- src/mosquitto_plugin.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/mosquitto_plugin.h b/src/mosquitto_plugin.h index c4b872a1..a07b75b7 100644 --- a/src/mosquitto_plugin.h +++ b/src/mosquitto_plugin.h @@ -77,6 +77,16 @@ struct mosquitto_acl_msg { * denied. */ +/* ========================================================================= + * + * Helper Functions + * + * ========================================================================= */ + +/* There are functions that are available for plugin developers to use in + * mosquitto_broker.h, including logging and accessor functions. + */ + /* ========================================================================= *