From 87ca44723181900799985d7c3c1d02863fb8da71 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 9 Apr 2008 22:21:15 +0200 Subject: libsmbconf: add delete_includes mehtod to the api (and backend implementations) Michael (This used to be commit daef50e54d58a6684b6a890ebf523ca6245f0290) --- source3/lib/smbconf/smbconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib/smbconf/smbconf.h') diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h index a18b88f4e5..ee7549ac74 100644 --- a/source3/lib/smbconf/smbconf.h +++ b/source3/lib/smbconf/smbconf.h @@ -99,5 +99,7 @@ WERROR smbconf_set_includes(struct smbconf_ctx *ctx, WERROR smbconf_set_global_includes(struct smbconf_ctx *ctx, uint32_t num_includes, const char **includes); +WERROR smbconf_delete_includes(struct smbconf_ctx *ctx, const char *service); +WERROR smbconf_delete_global_includes(struct smbconf_ctx *ctx); #endif /* _LIBSMBCONF_H_ */ -- cgit