Fix a missing prototype
authorVolker Lendecke <vl@samba.org>
Wed, 25 Feb 2009 12:03:03 +0000 (13:03 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 25 Feb 2009 12:04:19 +0000 (13:04 +0100)
source3/include/proto.h

index 808411114513c945db9a74a80a8c4c4234ed44c4..2d92b0fc908837c521024448e08b52dcef958d19 100644 (file)
@@ -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);