From f0e7613ff5da9f3d7fd8024dc2123b99b2c0b2cf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 14 Apr 2011 11:48:15 +0200 Subject: [PATCH] libsmbconf: Document smbconf_set_global_includes(). Signed-off-by: Michael Adam (cherry picked from commit 91feef25fda403130beba39d4554cf4873c85ba5) --- lib/smbconf/smbconf.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/smbconf/smbconf.h b/lib/smbconf/smbconf.h index bc1335eb254..10c7a78e320 100644 --- a/lib/smbconf/smbconf.h +++ b/lib/smbconf/smbconf.h @@ -397,6 +397,18 @@ sbcErr smbconf_set_includes(struct smbconf_ctx *ctx, const char *service, uint32_t num_includes, const char **includes); +/** + * @brief Set a list of config files to include globally. + * + * @param[in] ctx The smbconf context to use. + * + * @param[in] num_includes The number of includes to set. + * + * @param[in] includes A list of paths to include. + * + * @return SBC_ERR_OK on success, a corresponding sbcErr if an + * error occured. + */ sbcErr smbconf_set_global_includes(struct smbconf_ctx *ctx, uint32_t num_includes, const char **includes); -- 2.11.4.GIT