2 * Unix SMB/CIFS implementation.
4 * Registry helper routines
6 * Copyright (C) Michael Adam 2007
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)
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
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/>.
22 #ifndef _REG_INIT_SMBCONF_H
23 #define _REG_INIT_SMBCONF_H
25 WERROR
registry_init_smbconf(const char *keyname
);
27 #endif /* _REG_INIT_SMBCONF_H */