summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-25 13:03:03 +0100
committerVolker Lendecke <vl@samba.org>2009-02-25 13:04:19 +0100
commit5bab95b58366ff001b4967bdb0674f42dc990a77 (patch)
tree225b9af9b02be1e2cfb3b6bb7060214b978994eb /source3/include
parent06b018767b6e6f3ee0221c3aee142cb2b4836fc9 (diff)
downloadsamba-5bab95b58366ff001b4967bdb0674f42dc990a77.tar.gz
samba-5bab95b58366ff001b4967bdb0674f42dc990a77.tar.bz2
samba-5bab95b58366ff001b4967bdb0674f42dc990a77.zip
Fix a missing prototype
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);