summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-02-25 15:22:31 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-02-25 15:22:31 +0100
commit59cc0c09d5413d1264758bef505856f5f56131e4 (patch)
tree2a40aaa183203b59162cbb8c4dfbfd50ed0a0e34 /source3/include
parent838b950138255beb7135a32d4429a74fec2bfe42 (diff)
parentb6457c78d61992f12903ed0966d9d1608de68da8 (diff)
downloadsamba-59cc0c09d5413d1264758bef505856f5f56131e4.tar.gz
samba-59cc0c09d5413d1264758bef505856f5f56131e4.tar.bz2
samba-59cc0c09d5413d1264758bef505856f5f56131e4.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8084111145..2d92b0fc90 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4693,6 +4693,10 @@ NTSTATUS pdb_nds_init(void);
NTSTATUS pdb_smbpasswd_init(void) ;
+/* The following definitions come from passdb/pdb_wbc_sam.c */
+
+NTSTATUS pdb_wbc_sam_init(void);
+
/* The following definitions come from passdb/pdb_tdb.c */
bool init_sam_from_buffer_v2(struct samu *sampass, uint8 *buf, uint32 buflen);