smb2_server: grant all 8192 credits to clients
[vlendec/samba-autobuild/.git] / source3 / registry / reg_init_basic.h
1 /*
2  * Unix SMB/CIFS implementation.
3  * Registry helper routines
4  * Copyright (C) Michael Adam 2008
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License as published by the Free
8  * Software Foundation; either version 3 of the License, or (at your option)
9  * any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
14  * more details.
15  *
16  * You should have received a copy of the GNU General Public License along with
17  * this program; if not, see <http://www.gnu.org/licenses/>.
18  */
19
20 #ifndef _REG_INIT_BASIC_H
21 #define _REG_INIT_BASIC_H
22
23 WERROR registry_init_common(void);
24 WERROR registry_init_basic(void);
25
26 #endif /* _REG_INIT_BASIC_H */