summaryrefslogtreecommitdiff
path: root/source3/registry/reg_util_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_util_token.h')
-rw-r--r--source3/registry/reg_util_token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_util_token.h b/source3/registry/reg_util_token.h
index 80cec49fcc..558c78728a 100644
--- a/source3/registry/reg_util_token.h
+++ b/source3/registry/reg_util_token.h
@@ -21,6 +21,6 @@
#define _REG_UTIL_TOKEN_H
NTSTATUS registry_create_admin_token(TALLOC_CTX *mem_ctx,
- NT_USER_TOKEN **ptoken);
+ struct security_token **ptoken);
#endif /* _REG_UTIL_TOKEN_H */