diff options
author | Michael Adam <obnox@samba.org> | 2008-04-09 22:21:15 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-10 01:29:01 +0200 |
commit | 87ca44723181900799985d7c3c1d02863fb8da71 (patch) | |
tree | 1f00c23167114a04277b2ad192e177c408bb40a4 /source3/lib/smbconf/smbconf_private.h | |
parent | 1321dda51bf3fd208d77cebafc14fec2800cc10d (diff) | |
download | samba-87ca44723181900799985d7c3c1d02863fb8da71.tar.gz samba-87ca44723181900799985d7c3c1d02863fb8da71.tar.xz samba-87ca44723181900799985d7c3c1d02863fb8da71.zip |
libsmbconf: add delete_includes mehtod to the api (and backend implementations)
Michael
(This used to be commit daef50e54d58a6684b6a890ebf523ca6245f0290)
Diffstat (limited to 'source3/lib/smbconf/smbconf_private.h')
-rw-r--r-- | source3/lib/smbconf/smbconf_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h index bed8f8e5ed..5acba5a40a 100644 --- a/source3/lib/smbconf/smbconf_private.h +++ b/source3/lib/smbconf/smbconf_private.h @@ -58,6 +58,8 @@ struct smbconf_ops { WERROR (*set_includes)(struct smbconf_ctx *ctx, const char *service, uint32_t num_includes, const char **includes); + WERROR (*delete_includes)(struct smbconf_ctx *ctx, + const char *service); }; struct smbconf_ctx { |