lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[ambi/samba-autobuild/.git] / source3 / passdb / pdb_smbpasswd.h
1 /*
2  * Unix SMB/CIFS implementation.
3  * SMB parameters and setup
4  * Copyright (C) Andrew Tridgell       1992-1998
5  * Modified by Jeremy Allison          1995.
6  * Modified by Gerald (Jerry) Carter   2000-2001,2003
7  * Modified by Andrew Bartlett         2002.
8  *
9  * This program is free software; you can redistribute it and/or modify it under
10  * the terms of the GNU General Public License as published by the Free
11  * Software Foundation; either version 3 of the License, or (at your option)
12  * any later version.
13  *
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
17  * more details.
18  *
19  * You should have received a copy of the GNU General Public License along with
20  * this program; if not, see <http://www.gnu.org/licenses/>.
21  */
22
23 #ifndef _PASSDB_PDB_SMBPASSWD_H_
24 #define _PASSDB_PDB_SMBPASSWD_H_
25
26 /* The following definitions come from passdb/pdb_smbpasswd.c  */
27
28 NTSTATUS pdb_smbpasswd_init(TALLOC_CTX *) ;
29
30 #endif /* _PASSDB_PDB_SMBPASSWD_H_ */