diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-25 13:03:03 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-25 13:04:19 +0100 |
commit | 5bab95b58366ff001b4967bdb0674f42dc990a77 (patch) | |
tree | 225b9af9b02be1e2cfb3b6bb7060214b978994eb /source3/include | |
parent | 06b018767b6e6f3ee0221c3aee142cb2b4836fc9 (diff) | |
download | samba-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.h | 4 |
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); |