|
Last change
on this file since 953 was 745, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: updated trunk to 3.6.0
|
|
File size:
932 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * Unix SMB/CIFS implementation.
|
|---|
| 3 | * Registry helper routines
|
|---|
| 4 | * Copyright (C) Michael Adam 2008
|
|---|
| 5 | *
|
|---|
| 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.
|
|---|
| 10 | *
|
|---|
| 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.
|
|---|
| 15 | *
|
|---|
| 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/>.
|
|---|
| 18 | */
|
|---|
| 19 |
|
|---|
| 20 | #ifndef _REG_INIT_BASIC_H
|
|---|
| 21 | #define _REG_INIT_BASIC_H
|
|---|
| 22 |
|
|---|
| 23 | WERROR registry_init_common(void);
|
|---|
| 24 | WERROR registry_init_basic(void);
|
|---|
| 25 |
|
|---|
| 26 | #endif /* _REG_INIT_BASIC_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.