summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-19 12:37:17 +0100
committerMichael Adam <obnox@samba.org>2008-03-21 02:25:55 +0100
commit7b53c84fe1c8ec0cb5e1d7a977eca6197a4c36c6 (patch)
tree821e9c0fbc3fd668722aa288928e9e02088af621 /source3/lib/smbconf/smbconf.h
parent153ed797e61db7feef32af0d256818e66460d064 (diff)
downloadsamba-7b53c84fe1c8ec0cb5e1d7a977eca6197a4c36c6.tar.gz
samba-7b53c84fe1c8ec0cb5e1d7a977eca6197a4c36c6.tar.bz2
samba-7b53c84fe1c8ec0cb5e1d7a977eca6197a4c36c6.zip
libsmbconf: put the smbconf context struct into a private header.
Michael (This used to be commit a99ee5e536eee1563c90e5d7f251bfe9f5d1ffbb)
Diffstat (limited to 'source3/lib/smbconf/smbconf.h')
-rw-r--r--source3/lib/smbconf/smbconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h
index 9679b2777d..c15caf4ea9 100644
--- a/source3/lib/smbconf/smbconf.h
+++ b/source3/lib/smbconf/smbconf.h
@@ -20,9 +20,7 @@
#ifndef __LIBSMBCONF_H__
#define __LIBSMBCONF_H__
-struct smbconf_ctx {
- NT_USER_TOKEN *token;
-};
+struct smbconf_ctx;
/* the change sequence number */
struct smbconf_csn {