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