Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.0
|
File size:
930 bytes
|
Line | |
---|
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_SMBCONF_H
|
---|
23 | #define _REG_INIT_SMBCONF_H
|
---|
24 |
|
---|
25 | WERROR registry_init_smbconf(const char *keyname);
|
---|
26 |
|
---|
27 | #endif /* _REG_INIT_SMBCONF_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.