lib/param: use the correct path names again
[Samba/gebeck_regimport.git] / source3 / registry / reg_init_basic.h
blob4149b5d68ad9fe147383ec9fe917c484e77e6a4e
1 /*
2 * Unix SMB/CIFS implementation.
3 * Registry helper routines
4 * Copyright (C) Michael Adam 2008
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.
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.
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/>.
20 #ifndef _REG_INIT_BASIC_H
21 #define _REG_INIT_BASIC_H
23 WERROR registry_init_common(void);
24 WERROR registry_init_basic(void);
26 #endif /* _REG_INIT_BASIC_H */