source: trunk/server/source3/registry/reg_util_token.h

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: 966 bytes
Line 
1/*
2 * Unix SMB/CIFS implementation.
3 * Registry helper routines
4 * Copyright (C) Michael Adam 2007
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_UTIL_TOKEN_H
21#define _REG_UTIL_TOKEN_H
22
23NTSTATUS registry_create_admin_token(TALLOC_CTX *mem_ctx,
24 struct security_token **ptoken);
25
26#endif /* _REG_UTIL_TOKEN_H */
Note: See TracBrowser for help on using the repository browser.