summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_private.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-21 02:01:55 +0100
committerMichael Adam <obnox@samba.org>2008-03-21 02:25:56 +0100
commit6c20e83294f1b288142a2621a393d7c501532d69 (patch)
tree2ac73cfca725a0df04c4479fea48cac27c9d601d /source3/lib/smbconf/smbconf_private.h
parent095048f2dfb7621709f079f171d31bd6c4e610f9 (diff)
downloadsamba-6c20e83294f1b288142a2621a393d7c501532d69.tar.gz
samba-6c20e83294f1b288142a2621a393d7c501532d69.tar.bz2
samba-6c20e83294f1b288142a2621a393d7c501532d69.zip
libsmbconf: add shutdown handler to smbconf_ops.
Michael (This used to be commit acbd1f40e0cb4cb5b2ba826c4825edda7ee4937b)
Diffstat (limited to 'source3/lib/smbconf/smbconf_private.h')
-rw-r--r--source3/lib/smbconf/smbconf_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h
index a8dc23fefc..b64da6ca73 100644
--- a/source3/lib/smbconf/smbconf_private.h
+++ b/source3/lib/smbconf/smbconf_private.h
@@ -22,6 +22,7 @@
struct smbconf_ops {
WERROR (*init)(struct smbconf_ctx *ctx);
+ int (*shutdown)(struct smbconf_ctx *ctx);
WERROR (*open_conf)(struct smbconf_ctx *ctx);
int (*close_conf)(struct smbconf_ctx *ctx);
void (*get_csn)(struct smbconf_ctx *ctx, struct smbconf_csn *csn,