summaryrefslogtreecommitdiffstats
path: root/source/libsmb/smb_share_modes.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/libsmb/smb_share_modes.c')
-rw-r--r--source/libsmb/smb_share_modes.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/libsmb/smb_share_modes.c b/source/libsmb/smb_share_modes.c
index 9236a96c5b2..b63ec7ff78b 100644
--- a/source/libsmb/smb_share_modes.c
+++ b/source/libsmb/smb_share_modes.c
@@ -28,6 +28,11 @@
#include "includes.h"
#include "smb_share_modes.h"
+/* Database context handle. */
+struct smbdb_ctx {
+ TDB_CONTEXT *smb_tdb;
+};
+
/* Remove the paranoid malloc checker. */
#ifdef malloc
#undef malloc