s3:modules: s/event_add_timed/tevent_add_timer
[Samba/gebeck_regimport.git] / source3 / registry / reg_init_smbconf.h
blob480d7af6c2c168df96ac2c380f52c0f58623dc64
1 /*
2 * Unix SMB/CIFS implementation.
4 * Registry helper routines
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.
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.
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 */